Navigation
API > API/Runtime > API/Runtime/PortalServices > API/Runtime/PortalServices/Application
Inheritance Hierarchy
- IPortalService
- IPortalApplicationWindow
References
| Module | PortalServices |
| Header | /Engine/Source/Runtime/Portal/Services/Public/Application/IPortalApplicationWindow.h |
| Include | #include "Application/IPortalApplicationWindow.h" |
Syntax
class IPortalApplicationWindow : public IPortalService
Remarks
Interface for the Portal application's marketplace services.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TAsyncResult< bool > | NavigateTo
(
const FString& Url |
Requests that the Portal navigate the user to the specified Url |