Navigation
API > API/Plugins > API/Plugins/FileSandboxCore > API/Plugins/FileSandboxCore/ISandboxInstance
Description
More advanced version that gives you full control: specifically when packages are hot-reloaded and purged. This gathers the packages that you must hot-reload or purge from memory.
| Name | RevertSandbox |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/ISandboxInstance.h |
| Include Path | #include "ISandboxInstance.h" |
FRevertResult RevertSandbox
(
const FRevertArgs & InArgs
)
Information about the revert operation; you must handle hot-reloading and purging yourself.
Parameters
| Name | Remarks |
|---|---|
| InArgs | Input for the revert operation |
See Also
-
HotReloadPackages
-
PurgePackages