UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPortalService.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
6
class
IPortalService
7
{
8
public
:
9
11
virtual
~IPortalService
() { }
12
13
virtual
bool
IsAvailable
()
const
= 0;
14
};
CoreMinimal.h
IPortalService
Definition
IPortalService.h:7
IPortalService::~IPortalService
virtual ~IPortalService()
Definition
IPortalService.h:11
IPortalService::IsAvailable
virtual bool IsAvailable() const =0
Engine
Source
Runtime
Portal
Services
Public
IPortalService.h
Generated by
1.9.8