Navigation
API > API/Runtime > API/Runtime/WebBrowser
| Name | EWebTransitionSourceQualifier |
| Type | enum |
| Header File | /Engine/Source/Runtime/WebBrowser/Public/IWebBrowserWindow.h |
| Include Path | #include "IWebBrowserWindow.h" |
Syntax
enum EWebTransitionSourceQualifier
{
Unknown,
Blocked,
ForwardBack,
ChainStart,
ChainEnd,
ClientRedirect,
ServerRedirect,
}
Values
| Name | Remarks |
|---|---|
| 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. |