Navigation
API > API/Runtime > API/Runtime/WebBrowser > API/Runtime/WebBrowser/IWebBrowserWindow
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include | #include "IWebBrowserWindow.h" |
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. |