Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Result of reverting a sandbox.
| Name | FRevertResult |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Sandbox/RevertResult.h |
| Include Path | #include "Types/Sandbox/RevertResult.h" |
Syntax
struct FRevertResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PackagesPendingHotReload | TArray< FName > | The package names that should be hot reloaded. You must call HotReloadPackages on them. | Types/Sandbox/RevertResult.h | |
| PackagesPendingPurge | TArray< FName > | The package names that should be purged. You must call PurgePackages on them. | Types/Sandbox/RevertResult.h |