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