FWebJSCallbackBase

Base class for JS callback objects.

Windows
MacOS
Linux

Inheritance Hierarchy

FWebJSCallbackBase

FWebJSFunction

FWebJSResponse

References

Module

WebBrowser

Header

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

Include

#include "WebJSFunction.h"

Syntax

struct FWebJSCallbackBase

Remarks

Base class for JS callback objects.

Constructors

Name Description

Public function

FWebJSCallbackBase()

Protected function

FWebJSCallbackBase

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

Functions

Name Description

Protected function Const

void

 

Invoke

(
    int32 ArgCount,
    FWebJSParam Arguments,
    bool bIsError
)

Public function Const

bool

 

IsValid()

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