Navigation
API > API/Plugins > API/Plugins/FileSandboxCore
Forwards the errors to other error handlers.
| Name | FAggregatePersistFeedback |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxCore/Public/Interface/Feedback/AggregatePersistFeedback.h |
| Include Path | #include "Interface/Feedback/AggregatePersistFeedback.h" |
Syntax
class FAggregatePersistFeedback : public UE::FileSandboxCore::IPersistFeedback
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAggregatePersistFeedback
(
TArray< IPersistFeedback* > InErrorHandlers |
Interface/Feedback/AggregatePersistFeedback.h | ||
FAggregatePersistFeedback
(
IPersistFeedback& InErrorHandler |
Interface/Feedback/AggregatePersistFeedback.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorHandlers | TArray< IPersistFeedback * > | The error handlers to forward the errors to. | Interface/Feedback/AggregatePersistFeedback.h |
Functions
Public
Public Virtual
Overridden from IPersistFeedback
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleError_Checkout
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_CheckoutNotAllowed
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_DeleteFile
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_DeleteSCC
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_MakeWritable
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_MarkForAdd
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_MoveFile
(
const TCHAR* InToFilename, |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleError_Revert
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void HandleSuccess
(
const TCHAR* InFilename |
Interface/Feedback/AggregatePersistFeedback.h | ||
virtual void StartFile
(
const TCHAR* InFilename |
The file was successfully persisted. | Interface/Feedback/AggregatePersistFeedback.h |