Navigation
API > API/Editor > API/Editor/Persona
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAnimAssetFindReplaceProcessor
- UAnimAssetFindReplaceProcessor_StringBase
- UAnimAssetFindReplaceCurves
- UAnimAssetFindReplaceNotifies
- UAnimAssetFindReplaceSyncMarkers
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplace.h |
| Include | #include "AnimAssetFindReplace.h" |
Syntax
class UAnimAssetFindReplaceProcessor : public UObject
Remarks
Processor base class to allow systems to add their own find/replace functionality
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Allows control over when the remove option is available to users | ||
| bool | Allows control over when the replace option is available to users | ||
| void | ExtendToolbar
(
FToolMenuSection& InSection |
Optional override to extend the toolbar when this processor is selected | |
| void | Optional override allowing a widget to be focused when the find/replace widget is initially displayed | ||
| FString | GetFindResultStringFromAssetData
(
const FAssetData& InAssetData |
Builds results string to display from the supplied asset data | |
| TConstArrayView< UClass * > | Get all the asset types that are supported by this processor | ||
| TSharedRef< SWidget > | Make or return the widget used to edit find/replace parameters | ||
| void | Called by the UI to deferred-refresh any cached data that this processor holds after asset operations have completed | ||
| void | RemoveInAsset
(
const FAssetData& InAssetData |
Perform a remove operation on the specified asset | |
| void | ReplaceInAsset
(
const FAssetData& InAssetData |
Perform a replace operation on the specified asset | |
| void | Requests search results to be refreshed | ||
| void | Requests the entire find UI to be refreshed | ||
| bool | ShouldFilterOutAsset
(
const FAssetData& InAssetData, |
Whether the asset in question is a valid search result or not | |
| bool | SupportsMode
(
EAnimAssetFindReplaceMode InMode |
Whether this processor supports the specified mode |