Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Animation
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEditorAnimCurveBoneLinks
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Animation/EditorAnimCurveBoneLinks.h |
| Include | #include "Animation/EditorAnimCurveBoneLinks.h" |
Syntax
class UEditorAnimCurveBoneLinks : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UAnimCurveMetaData > | AnimCurveMetaData | ||
| TArray< FBoneReference > | ConnectedBones | ||
| FName | CurveName | ||
| uint8 | MaxLOD | Max (Lowest) LOD to evaluate to curve. | |
| FOnAnimCurveBonesChange | OnChange |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UEditorAnimCurveBoneLinks
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
UAnimCurveMetaData* InAnimCurveMetaData, |
||
| void | Refresh
(
const FName& InCurveName, |
Refresh current Connected Bones data |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< class IEditableSkeleton > | EditableSkeleton | This member is no longer used. |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
const TWeakPtr< class IEditableSkeleton > InEditableSkeleton, |
Please use Initialize that takes a FName | |
| void | Refresh
(
const FSmartName& InCurveName, |
Please use Refresh that takes a FName |