Navigation
API > API/Editor > API/Editor/Persona > API/Editor/Persona/IAnimAssetFindReplace
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 |
GetProcessor()
Description
Gets the processor instance of the specified type
| Name | GetProcessor |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplace.h |
| Include Path | #include "AnimAssetFindReplace.h" |
template<typename ProcessorType>
ProcessorType * GetProcessor() const
GetProcessor(TSubclassOf< UAnimAssetFindReplaceProcessor >)
Description
Gets the processor instance of the specified type
| Name | GetProcessor |
| Type | function |
| Header File | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplace.h |
| Include Path | #include "AnimAssetFindReplace.h" |
UAnimAssetFindReplaceProcessor * GetProcessor
(
TSubclassOf< UAnimAssetFindReplaceProcessor > InProcessorClass
) const