SWebBrowserView::UnbindUObject

Remove an existing script binding registered by BindUObject.

Windows
MacOS
Linux

References

Module

WebBrowser

Header

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

Include

#include "SWebBrowserView.h"

Source

/Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp

Syntax

void UnbindUObject
(
    const FString & Name,
    UObject * Object,
    bool bIsPermanent
)

Remarks

Remove an existing script binding registered by BindUObject.

Parameters

Parameter

Description

Name

The name of the object to remove.

Object

The object will only be removed if it is the same object as the one passed in.

bIsPermanent

Must match the bIsPermanent argument passed to BindUObject.

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