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 */
13 : public IModuleInterface
14{
15public:
16
17 /**
18 * Creates a platform file instance.
19 *
20 * @return Platform file instance.
21 */
23};
virtual IPlatformFile * GetPlatformFile()=0