Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Result of ISandboxInstance::GatherChangedFiles.
| Name | FGatheredFileChanges |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/GatheredFileChanges.h |
| Include Path | #include "Types/GatheredFileChanges.h" |
Syntax
struct FGatheredFileChanges
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileActions | TArray< ESandboxFileChange > | The changes made to the file. | Types/GatheredFileChanges.h | |
| NonSandboxPaths | TArray< FString > | All files changed by the sandbox. The paths are in the non-sandbox. | Types/GatheredFileChanges.h | |
| Timestamps | TArray< FDateTime > | When the change was made, in local time. | Types/GatheredFileChanges.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasChanges() |
Types/GatheredFileChanges.h |