IWebBrowserSingleton::SetJSBindingToLoweringEnabled

Enable or disable to-lowering of JavaScript object member bindings.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "IWebBrowserSingleton.h"

Syntax

void SetJSBindingToLoweringEnabled
(
    bool bEnabled
)

Remarks

Enable or disable to-lowering of JavaScript object member bindings.

Due to how JavaScript to UObject bridges require the use of FNames for building up the JS API objects, it is possible for case-sensitivity issues to develop if an FName has been previously created with differing case to your function or property names. To-lowering the member names allows a guaranteed casing for the web page's JS to reference.

Default behavior is enabled, so that all JS side objects have only lowercase members.

Parameters

Parameter

Description

bEnabled

a boolean value to enable or disable the to-lowering.

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