Navigation
API > API/Editor > API/Editor/Persona
Configuration for the find/replace tab
| Name | FAnimAssetFindReplaceConfig |
| Type | struct |
| Header File | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplace.h |
| Include Path | #include "AnimAssetFindReplace.h" |
Syntax
struct FAnimAssetFindReplaceConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FAnimAssetFindReplaceConfig () |
AnimAssetFindReplace.h | ||
| AnimAssetFindReplace.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FindString | FString | AnimAssetFindReplace.h | ||
| InitialProcessorClass | PRAGMA_ENABLE_DEPRECATION_WARNINGS TSubclassOf< UAnimAssetFindReplaceProcessor > | The initial processor class to use | AnimAssetFindReplace.h | |
| Mode | EAnimAssetFindReplaceMode | AnimAssetFindReplace.h | ||
| ReplaceString | FString | AnimAssetFindReplace.h | ||
| SkeletonFilter | FAssetData | AnimAssetFindReplace.h | ||
| Type | EAnimAssetFindReplaceType | AnimAssetFindReplace.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimAssetFindReplaceConfig & operator=
(
const FAnimAssetFindReplaceConfig& |
AnimAssetFindReplace.h |