Navigation
API > API/Runtime > API/Runtime/Core
A handle used by the FileJournal API. Uniquely represents a file on disk without needing to use the filename.
| Name | FFileJournalFileHandle |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformFile.h |
| Include Path | #include "GenericPlatform/GenericPlatformFile.h" |
Syntax
struct FFileJournalFileHandle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Bytes | uint8 | GenericPlatform/GenericPlatformFile.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString ToString() |
GenericPlatform/GenericPlatformFile.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FFileJournalFileHandle& Other |
GenericPlatform/GenericPlatformFile.h | ||
bool operator==
(
const FFileJournalFileHandle& Other |
GenericPlatform/GenericPlatformFile.h |