UCefView
Loading...
Searching...
No Matches
UCefViewEvent

Represents an event dispatched from the CEF view. More...

#include <CefViewEvent.h>

Public Member Functions

FString GetArguments () const
 Gets the arguments in JSON string format.
 
void SetArguments (const FString &InArguments)
 Sets the arguments with JSON string.
 

Public Attributes

FString Name
 The name of the event.
 
TArray< TSharedPtr< FJsonValue > > Arguments
 The arguments associated with the event.
 

Detailed Description

Represents an event dispatched from the CEF view.

Member Function Documentation

◆ GetArguments()

FString UCefViewEvent::GetArguments ( ) const

Gets the arguments in JSON string format.

Returns
The string represents the arguments of a JSON list.

◆ SetArguments()

void UCefViewEvent::SetArguments ( const FString & InArguments)

Sets the arguments with JSON string.

Parameters
InArgumentsThe string represents the arguments of a JSON list.

Member Data Documentation

◆ Arguments

TArray<TSharedPtr<FJsonValue> > UCefViewEvent::Arguments

The arguments associated with the event.

◆ Name

FString UCefViewEvent::Name

The name of the event.