Navigation
API > API/Runtime > API/Runtime/WebBrowser
References
| Module | WebBrowser |
| Header | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include | #include "IWebBrowserWindow.h" |
Syntax
enum EWebTransitionSourceQualifier
{
Unknown,
Blocked,
ForwardBack,
ChainStart,
ChainEnd,
ClientRedirect,
ServerRedirect,
}
Values
| Name | Description |
|---|---|
| Unknown | |
| Blocked | Attempted to visit a URL but was blocked. |
| ForwardBack | Used the Forward or Back function to navigate among browsing history. |
| ChainStart | The beginning of a navigation chain. |
| ChainEnd | The last transition in a redirect chain. |
| ClientRedirect | Redirects caused by JavaScript or a meta refresh tag on the page. |
| ServerRedirect | Used to test whether a transition involves a redirect. |