Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/SWebBrowserView
References
Module | WebBrowser |
Header | /Engine/Source/Runtime/WebBrowser/Public/SWebBrowserView.h |
Include | #include "SWebBrowserView.h" |
Source | /Engine/Source/Runtime/WebBrowser/Private/SWebBrowserView.cpp |
void UnbindUObject
&40;
const FString & Name,
UObject &42; Object,
bool bIsPermanent
&41;
Remarks
Remove an existing script binding registered by BindUObject.
Parameters
Name | 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. |