Navigation
API > API/Runtime > API/Runtime/Sockets
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/NetworkMessage.h |
| Include | #include "NetworkMessage.h" |
Syntax
struct FFileInfo
Remarks
A helper class for storing all available file info.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDateTime | AccessTimeStamp | ||
| bool | bForceInclude | ||
| bool | bIsDeleteRecord | ||
| bool | FileExists | ||
| uint64 | FileSize | ||
| uint8[16] | Hash | ||
| int32 | PatchIndex | ||
| bool | ReadOnly | ||
| int64 | Size | ||
| FDateTime | TimeStamp |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFileInfo () |