Navigation
API > API/Editor > API/Editor/Persona
Public interface to the find/replace widget
| Name | IAnimAssetFindReplace |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplace.h |
| Include Path | #include "AnimAssetFindReplace.h" |
Syntax
class IAnimAssetFindReplace : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → IAnimAssetFindReplace
- FSlateControlledConstruction → SWidget → SCompoundWidget → IAnimAssetFindReplace
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimAssetFindReplaceProcessor * GetCurrentProcessor() |
Gets the current processor instance | AnimAssetFindReplace.h | |
ProcessorType * GetProcessor () |
Gets the processor instance of the specified type | AnimAssetFindReplace.h | |
UAnimAssetFindReplaceProcessor * GetProcessor
(
TSubclassOf< UAnimAssetFindReplaceProcessor > InProcessorClass |
Gets the processor instance of the specified type | AnimAssetFindReplace.h | |
void SetCurrentProcessor
(
TSubclassOf< UAnimAssetFindReplaceProcessor > InProcessorClass |
Sets the type of the current processor we are using to find/replace with | AnimAssetFindReplace.h |