FWebJSResponse::Success

Indicate successful completion passing a return value back.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "WebJSFunction.h"

Syntax

template<typename T>
void Success
(
    T Arg
) const

Remarks

Indicate successful completion passing a return value back. The remote Promise's then() handler will be executed with the value passed as its single argument.

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