Navigation
API > API/Plugins > API/Plugins/FileSandboxUI
Fills in a FPersistSummary so you
| Name | FSummaryPersistFeedback |
| Type | class |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxUI/Public/Persist/Feedback/SummaryPersistFeedback.h |
| Include Path | #include "Persist/Feedback/SummaryPersistFeedback.h" |
Syntax
class FSummaryPersistFeedback : public UE::FileSandboxCore::IPersistFeedback
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSummaryPersistFeedback
(
const FileSandboxCore::FGatheredFileChanges& InChanges |
Persist/Feedback/SummaryPersistFeedback.h | ||
FSummaryPersistFeedback
(
TConstArrayView< FString > InPersistedFiles, |
Persist/Feedback/SummaryPersistFeedback.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Summary | FPersistSummary | The summary of the operation. | Persist/Feedback/SummaryPersistFeedback.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FileActions | TMap< FString, FileSandboxCore::ESandboxFileChange > | Persist/Feedback/SummaryPersistFeedback.h |
Functions
Public
Public Virtual
Overridden from IPersistFeedback
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void HandleError_Checkout
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_CheckoutNotAllowed
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_DeleteFile
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_DeleteSCC
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_MakeWritable
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_MarkForAdd
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_MoveFile
(
const TCHAR* InToFilename, |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleError_Revert
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void HandleSuccess
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h | ||
virtual void StartFile
(
const TCHAR* InFilename |
Persist/Feedback/SummaryPersistFeedback.h |