UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FWebJSCallbackBase Struct Reference

#include <WebJSFunction.h>

+ Inheritance diagram for FWebJSCallbackBase:

Public Member Functions

 FWebJSCallbackBase ()
 
bool IsValid () const
 

Protected Member Functions

 FWebJSCallbackBase (TSharedPtr< FWebJSScripting > InScripting, const FGuid &InCallbackId)
 
WEBBROWSER_API void Invoke (int32 ArgCount, FWebJSParam Arguments[], bool bIsError=false) const
 

Detailed Description

Base class for JS callback objects.

Constructor & Destructor Documentation

◆ FWebJSCallbackBase() [1/2]

FWebJSCallbackBase::FWebJSCallbackBase ( )
inline

◆ FWebJSCallbackBase() [2/2]

FWebJSCallbackBase::FWebJSCallbackBase ( TSharedPtr< FWebJSScripting InScripting,
const FGuid InCallbackId 
)
inlineprotected

Member Function Documentation

◆ Invoke()

void FWebJSCallbackBase::Invoke ( int32  ArgCount,
FWebJSParam  Arguments[],
bool  bIsError = false 
) const
protected

◆ IsValid()

bool FWebJSCallbackBase::IsValid ( ) const
inline

The documentation for this struct was generated from the following files: