Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
struct FFileJournalData
Remarks
Contains the information that's returned from FileJournalGetFileData for a file.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool: 1 | bIsDirectory | ||
| bool: 1 | bIsValid | ||
| FFileJournalFileHandle | JournalHandle | ||
| FDateTime | ModificationTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|