Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Info about each file change enumerated.
| Name | FSandboxedFileChangeInfo |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/SandboxedFileChangeInfo.h |
| Include Path | #include "Types/SandboxedFileChangeInfo.h" |
Syntax
struct FSandboxedFileChangeInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | ESandboxFileChange | The action performed on the file | Types/SandboxedFileChangeInfo.h | |
| Path | FString | Absolute non-sandbox file path. | Types/SandboxedFileChangeInfo.h | |
| Timestamp | FDateTime | Only set if EFileEnumerationFlags::IncludeTimestamps was specified | Types/SandboxedFileChangeInfo.h |
See Also
-
ISandboxManager::EnumerateFileChanges
-
ISandboxInstance::EnumerateFileChanges