Navigation
API > API/Runtime > API/Runtime/WebBrowser
Base class for JS callback objects.
| Name | FWebJSCallbackBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h |
| Include Path | #include "WebJSFunction.h" |
Syntax
USTRUCT ()
struct FWebJSCallbackBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| WebJSFunction.h | |||
FWebJSCallbackBase
(
TSharedPtr< FWebJSScripting > InScripting, |
WebJSFunction.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CallbackId | FGuid | WebJSFunction.h | ||
| ScriptingPtr | TWeakPtr< FWebJSScripting > | WebJSFunction.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
WebJSFunction.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Invoke
(
int32 ArgCount, |
WebJSFunction.h |