Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Input arguments for reverting a sandbox.
| Name | FRevertArgs |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Types/Sandbox/RevertArgs.h |
| Include Path | #include "Types/Sandbox/RevertArgs.h" |
Syntax
struct FRevertArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRevertArgs () |
Types/Sandbox/RevertArgs.h | ||
FRevertArgs
(
TConstArrayView< FString > InFilesToRevert |
Types/Sandbox/RevertArgs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FilesToRevert | TConstArrayView< FString > | Non-sandbox paths to files that should be reverted. | Types/Sandbox/RevertArgs.h |