Navigation
API > API/Editor > API/Editor/Persona
References
| Module | Persona |
| Header | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplace.h |
| Include | #include "AnimAssetFindReplace.h" |
Syntax
struct FAnimAssetFindReplaceConfig
Remarks
Configuration for the find/replace tab
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< UAnimAssetFindReplaceProcessor > | InitialProcessorClass | The initial processor class to use |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnimAssetFindReplaceConfig & | operator=
(
const FAnimAssetFindReplaceConfig& |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | FindString | Please use the UAnimAssetFindReplaceProcessor classes to configure the find/replace UI | |
| EAnimAssetFindReplaceMode | Mode | Please use the UAnimAssetFindReplaceProcessor classes to configure the find/replace UI | |
| FString | ReplaceString | Please use the UAnimAssetFindReplaceProcessor classes to configure the find/replace UI | |
| FAssetData | SkeletonFilter | Please use the UAnimAssetFindReplaceProcessor classes to configure the find/replace UI | |
| EAnimAssetFindReplaceType | Type | Please use the UAnimAssetFindReplaceProcessor classes to configure the find/replace UI |