Navigation
API > API/Runtime > API/Runtime/WebBrowser
| Name | EWebBrowserDocumentState |
| Type | enum |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include Path | #include "IWebBrowserWindow.h" |
Syntax
enum EWebBrowserDocumentState
{
Completed,
Error,
Loading,
NoDocument,
}
Values
| Name | Remarks |
|---|---|
| Completed | |
| Error | |
| Loading | |
| NoDocument |