|
static UCoherentUIGTJSEvent * | CreateJSEvent (UObject *WorldContextObject) |
|
static void | SetupLoadingScreen (UObject *WorldContextObject, const FCoherentUIGTLoadingScreenSettings &Settings) |
|
static void | AddByte (UCoherentUIGTJSEvent *JSEvent, uint8 Arg) |
|
static void | AddInt32 (UCoherentUIGTJSEvent *JSEvent, int32 Arg) |
|
static void | AddString (UCoherentUIGTJSEvent *JSEvent, const FString &Arg) |
|
static void | AddFloat (UCoherentUIGTJSEvent *JSEvent, float Arg) |
|
static void | AddBool (UCoherentUIGTJSEvent *JSEvent, bool Arg) |
|
static void | AddObject (UCoherentUIGTJSEvent *JSEvent, UObject *Arg) |
|
static void | AddStructArg (UCoherentUIGTJSEvent *JSEvent, const TFieldPath< FStructProperty > Arg) |
|
static void | AddArray (UCoherentUIGTJSEvent *JSEvent, const TArray< int32 > &Arg, int32 ArrayType) |
|
static void | AddArrayOfStructs (UCoherentUIGTJSEvent *JSEvent, const TArray< int32 > &Arg) |
|
static void | TriggerJSEvent (class UCoherentUIGTBaseComponent *Component, const FString &EventName, UCoherentUIGTJSEvent *JSEvent) |
|