Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
You can implement this to get interactive information about a persist operation.
| Name | IPersistFeedback |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Interface/IPersistFeedback.h |
| Include Path | #include "Interface/IPersistFeedback.h" |
Syntax
class IPersistFeedback
Derived Classes
- FAggregatePersistFeedback
- FAppendTextPersistFeedback
- FSlowTaskPersistFeedback
- FSummaryPersistFeedback
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPersistFeedback() |
Interface/IPersistFeedback.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void HandleError_Checkout
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleError_CheckoutNotAllowed
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleError_DeleteFile
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleError_DeleteSCC
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleError_MakeWritable
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleError_MarkForAdd
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleError_MoveFile
(
const TCHAR* InToFilename, |
Interface/IPersistFeedback.h | ||
void HandleError_Revert
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void HandleSuccess
(
const TCHAR* InFilename |
Interface/IPersistFeedback.h | ||
void StartFile
(
const TCHAR* InFilename |
The file was successfully persisted. | Interface/IPersistFeedback.h |