FWebJSFunction

Representation of a remote JS function.

Windows
MacOS
Linux

Inheritance Hierarchy

FWebJSCallbackBase

FWebJSFunction

References

Module

WebBrowser

Header

/Engine/Source/Runtime/WebBrowser/Public/WebJSFunction.h

Include

#include "WebJSFunction.h"

Syntax

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

Name Description

Public function

FWebJSFunction()

Public function

FWebJSFunction

(
    TSharedPtr< FWebJSScripting > InScr...,
    const FGuid& InFunctionId
)

Operators

Name Description

Public function Const

void

 

operator()

(
    ArgTypes... Args
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss