Navigation
API > API/Runtime > API/Runtime/WebBrowser
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.
| Name | FWebJSFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h |
| Include Path | #include "WebJSFunction.h" |
Syntax
USTRUCT ()
struct FWebJSFunction : public FWebJSCallbackBase
Inheritance Hierarchy
- FWebJSCallbackBase → FWebJSFunction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| WebJSFunction.h | |||
FWebJSFunction
(
TSharedPtr< FWebJSScripting > InScripting, |
WebJSFunction.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator()
(
ArgTypes... Args |
WebJSFunction.h |