Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes
Inheritance Hierarchy
- FAnimNode_Base
- FAnimNode_ModifyCurve
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_ModifyCurve.h |
| Include | #include "AnimNodes/AnimNode_ModifyCurve.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_ModifyCurve : public FAnimNode_Base
Remarks
Easy way to modify curve values on a pose
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Alpha | ||
| EModifyCurveApplyMode | ApplyMode | ||
| bool | bInitializeLastValuesMap | ||
| TMap< FName, float > | CurveMap | ||
| TArray< FName > | CurveNames | ||
| TArray< float > | CurveValues | ||
| FBlendedHeapCurve | LastCurve | ||
| TMap< FName, float > | LastCurveMapValues | ||
| TArray< float > | LastCurveValues | ||
| FPoseLink | SourcePose |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FAnimNode_ModifyCurve
(
const FAnimNode_ModifyCurve& |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddCurve
(
const FName& InName, |
Add new curve being modified | |
| void | CacheBones_AnyThread
(
const FAnimationCacheBonesContext& Context |
||
| void | Evaluate_AnyThread
(
FPoseContext& Output |
||
| void | GatherDebugData
(
FNodeDebugData& DebugData |
||
| PRAGMA_ENABLE_DEPRECATION_WARNINGS void | Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
||
| void | RemoveCurve
(
int32 PoseIndex |
Remove a curve from being modified | |
| void | Update_AnyThread
(
const FAnimationUpdateContext& Context |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_ModifyCurve & | operator=
(
const FAnimNode_ModifyCurve& |