Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
| |
|
| Name |
FPersistedFileInfo |
| Type |
struct |
| Header File |
/Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/PersistedFileInfo.h |
| Include Path |
#include "Types/PersistedFileInfo.h" |
Syntax
struct FPersistedFileInfo
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| FileName |
FString |
File in the original file system (e.g. "D:/MyProject/Content/Levels/Map.umap"). |
Types/PersistedFileInfo.h |
|
| Timestamp |
FDateTime |
Timestamp of when the file was persisted (to detect if the file has been changed again after it was persisted). |
Types/PersistedFileInfo.h |
|