Navigation
API > API/Runtime > API/Runtime/WebBrowser
Inheritance Hierarchy
- FWebJSCallbackBase
- FWebJSFunction
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h |
| Include | #include "WebJSFunction.h" |
Syntax
USTRUCT ()
struct FWebJSFunction : public FWebJSCallbackBase
Remarks
Representation of a remote JS function. FWebJSFunction objects represent a JS function and allow calling them from native code. FWebJSFunction objects can also be added to delegates and events using the Bind/AddLambda method.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWebJSFunction
(
TSharedPtr< FWebJSScripting > InScripting, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator()
(
ArgTypes... Args |