UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalApplicationWindow.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
5#include "Async/AsyncResult.h"
6#include "IPortalService.h"
7
12 : public IPortalService
13{
14public:
15
21 virtual TAsyncResult<bool> NavigateTo(const FString& Url) = 0;
22
23public:
24
27};
#define Expose_TNameOf(type)
Definition UnrealTypeTraits.h:199
Definition IPortalApplicationWindow.h:13
virtual TAsyncResult< bool > NavigateTo(const FString &Url)=0
virtual ~IPortalApplicationWindow()
Definition IPortalApplicationWindow.h:26
Definition IPortalService.h:7
Definition AsyncResult.h:18