6#if PLATFORM_ANDROID || PLATFORM_IOS || PLATFORM_MAC
41 bool OnJsMessageReceived(
const FString& Command,
const TArray<FString>& Params,
const FString& Origin);
58 return WindowPtr.Pin().IsValid();
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_LOG_CATEGORY_EXTERN(CategoryName, DefaultVerbosity, CompileTimeVerbosity)
Definition LogMacros.h:361
Definition WebJSScripting.h:17
virtual void InvokeJSErrorResult(FGuid FunctionId, const FString &Error)=0
virtual void InvokeJSFunction(FGuid FunctionId, int32 ArgCount, FWebJSParam Arguments[], bool bIsError=false)=0
virtual void UnbindUObject(const FString &Name, UObject *Object=nullptr, bool bIsPermanent=true)=0
virtual void BindUObject(const FString &Name, UObject *Object, bool bIsPermanent=true)=0
Definition SharedPointer.h:1640
Definition SharedPointer.h:692
Definition SharedPointer.h:153
Definition SharedPointer.h:1295
Definition WebJSFunction.h:26