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