Navigation
API > API/Editor > API/Editor/Persona
Find, replace and remove curves across assets
| Name | UAnimAssetFindReplaceCurves |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/AnimAssetFindReplaceCurves.h |
| Include Path | #include "AnimAssetFindReplaceCurves.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Curves")
class UAnimAssetFindReplaceCurves : public UAnimAssetFindReplaceProcessor_StringBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimAssetFindReplaceProcessor → UAnimAssetFindReplaceProcessor_StringBase → UAnimAssetFindReplaceCurves
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSearchMaterials | bool | Whether to search materials when searching for curves. | AnimAssetFindReplaceCurves.h | |
| bSearchMorphTargets | bool | Whether to search morph targets when searching for curves. | AnimAssetFindReplaceCurves.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetSearchMaterials() |
Get whether to search material parameters when searching for curves. | AnimAssetFindReplaceCurves.h | |
bool GetSearchMorphTargets() |
Get whether to search morph targets when searching for curves. | AnimAssetFindReplaceCurves.h | |
void SetSearchMaterials
(
bool bInSearchMaterials |
Set whether to search material parameters when searching for curves. | AnimAssetFindReplaceCurves.h | |
void SetSearchMorphTargets
(
bool bInSearchMorphTargets |
Set whether to search morph targets when searching for curves. | AnimAssetFindReplaceCurves.h |