Navigation
API > API/Plugins > API/Plugins/FileSandboxUI > API/Plugins/FileSandboxUI/FSummaryPersistFeedback
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSummaryPersistFeedback
(
const FileSandboxCore::FGatheredFileChanges& InChanges |
Persist/Feedback/SummaryPersistFeedback.h | ||
FSummaryPersistFeedback
(
TConstArrayView< FString > InPersistedFiles, |
Persist/Feedback/SummaryPersistFeedback.h |
FSummaryPersistFeedback(const FileSandboxCore::FGatheredFileChanges &)
| Name | FSummaryPersistFeedback |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxUI/Public/Persist/Feedback/SummaryPersistFeedback.h |
| Include Path | #include "Persist/Feedback/SummaryPersistFeedback.h" |
FSummaryPersistFeedback
(
const FileSandboxCore::FGatheredFileChanges & InChanges
)
FSummaryPersistFeedback(TConstArrayView< FString >, TConstArrayView< FileSandboxCore::ESandboxFileChange >)
| Name | FSummaryPersistFeedback |
| Type | function |
| Header File | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxUI/Public/Persist/Feedback/SummaryPersistFeedback.h |
| Include Path | #include "Persist/Feedback/SummaryPersistFeedback.h" |
| Source | /Engine/Plugins/Developer/Sandbox/FileSandbox/Source/FileSandboxUI/Private/Persist/Feedback/SummaryPersistFeedback.cpp |
FSummaryPersistFeedback
(
TConstArrayView< FString > InPersistedFiles,
TConstArrayView< FileSandboxCore::ESandboxFileChange > InFileActions
)