UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IPlatformFileModule Class Referenceabstract

#include <IPlatformFileModule.h>

+ Inheritance diagram for IPlatformFileModule:

Public Member Functions

virtual IPlatformFileGetPlatformFile ()=0
 
- Public Member Functions inherited from IModuleInterface
virtual ~IModuleInterface ()
 
virtual void StartupModule ()
 
virtual void PreUnloadCallback ()
 
virtual void PostLoadCallback ()
 
virtual void ShutdownModule ()
 
virtual bool SupportsDynamicReloading ()
 
virtual bool SupportsAutomaticShutdown ()
 
virtual bool IsGameModule () const
 

Detailed Description

Platform File Module Interface

Member Function Documentation

◆ GetPlatformFile()

virtual IPlatformFile * IPlatformFileModule::GetPlatformFile ( )
pure virtual

Creates a platform file instance.

Returns
Platform file instance.

Implemented in FNetworkFileModule, FPakFileModule, FSandboxFileModule, FStorageServerClientModule, and FStreamingFileModule.


The documentation for this class was generated from the following file: