![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IPortalApplicationWindow.h>
Inheritance diagram for IPortalApplicationWindow:Public Member Functions | |
| virtual TAsyncResult< bool > | NavigateTo (const FString &Url)=0 |
| virtual | ~IPortalApplicationWindow () |
Public Member Functions inherited from IPortalService | |
| virtual | ~IPortalService () |
| virtual bool | IsAvailable () const =0 |
Interface for the Portal application's marketplace services.
|
inlinevirtual |
Virtual destructor.
|
pure virtual |
Requests that the Portal navigate the user to the specified Url
Implemented in FPortalApplicationWindowProxy.