Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
IPlatformFileModule.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#
pragma
once
4
5
#
include
"CoreTypes.h"
6
#
include
"CoreFwd.h"
7
#
include
"Modules/ModuleInterface.h"
8
9
/**
10
* Platform File Module Interface
11
*/
12
class
IPlatformFileModule
13
:
public
IModuleInterface
14
{
15
public
:
16
17
/**
18
* Creates a platform file instance.
19
*
20
* @return Platform file instance.
21
*/
22
virtual
IPlatformFile
*
GetPlatformFile
() = 0;
23
};
IPlatformFile
Definition
GenericPlatformFile.h:208
IPlatformFileModule
Definition
IPlatformFileModule.h:14
IPlatformFileModule::GetPlatformFile
virtual IPlatformFile * GetPlatformFile()=0
Downloads
ArkServerAPI_NEW
ASA
AsaApi
AsaApi
Core
Public
API
UE
HAL
IPlatformFileModule.h
Generated by
1.10.0