Choose your operating system:
Windows
macOS
Linux
| FAnimNode_Base
|
Module |
|
Header |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_ModifyCurve.h |
Include |
#include "AnimNodes/AnimNode_ModifyCurve.h" |
struct FAnimNode_ModifyCurve : public FAnimNode_Base
Easy way to modify curve values on a pose
Name | Description | |
---|---|---|
|
FAnimNode_ModifyCurve() |
Name | Description | ||
---|---|---|---|
|
CacheBones_AnyThread ( |
Called to cache any bones that this node needs to track (e.g. in a FBoneReference). |
|
|
Evaluate_AnyThread ( |
Called to evaluate local-space bones transforms according to the weights set up in Update(). |
|
|
Initialize_AnyThread ( |
Called when the node first runs. |
|
|
Update_AnyThread ( |
Called to update the state of the graph relative to this node. |