Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/IPlatformFile
Helper class to send/receive data to the file server function
| Name | IFileServerMessageHandler |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
class IFileServerMessageHandler
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IFileServerMessageHandler() |
GenericPlatform/GenericPlatformFile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void FillPayload
(
FArchive& Payload |
Subclass fills out an archive to send to the server | GenericPlatform/GenericPlatformFile.h | |
void ProcessResponse
(
FArchive& Response |
Subclass pulls data response from the server | GenericPlatform/GenericPlatformFile.h |