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 FFileJournalFileHandle
Remarks
A handle used by the FileJournal API. Uniquely represents a file on disk without needing to use the filename.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint8[20] | Bytes |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FFileJournalFileHandle& Other |
||
| bool | operator==
(
const FFileJournalFileHandle& Other |