![]() |
UCefView
|
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. | |
Represents an event dispatched from the CEF view.
FString UCefViewEvent::GetArguments | ( | ) | const |
Gets the arguments in JSON string format.
void UCefViewEvent::SetArguments | ( | const FString & | InArguments | ) |
Sets the arguments with JSON string.
InArguments | The string represents the arguments of a JSON list. |
TArray<TSharedPtr<FJsonValue> > UCefViewEvent::Arguments |
The arguments associated with the event.
FString UCefViewEvent::Name |
The name of the event.