Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FAnimNode_ConvertLocalToComponentSpace |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNodeSpaceConversions.h |
| Include Path | #include "Animation/AnimNodeSpaceConversions.h" |
Syntax
USTRUCT (BlueprintInternalUseOnly)
struct FAnimNode_ConvertLocalToComponentSpace : public FAnimNode_Base
Inheritance Hierarchy
- FAnimNode_Base → FAnimNode_ConvertLocalToComponentSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimNode_ConvertLocalToComponentSpace() |
Animation/AnimNodeSpaceConversions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LocalPose | FPoseLink | Animation/AnimNodeSpaceConversions.h |
|
Functions
Public
Overridden from FAnimNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CacheBones_AnyThread
(
const FAnimationCacheBonesContext& Context |
Called to cache any bones that this node needs to track (e.g. in a FBoneReference). | Animation/AnimNodeSpaceConversions.h | |
virtual void EvaluateComponentSpace_AnyThread
(
FComponentSpacePoseContext& Output |
Called to evaluate component-space bone transforms according to the weights set up in Update(). | Animation/AnimNodeSpaceConversions.h | |
virtual void GatherDebugData
(
FNodeDebugData& DebugData |
Called to gather on-screen debug data. This is called on the game thread. | Animation/AnimNodeSpaceConversions.h | |
virtual void Initialize_AnyThread
(
const FAnimationInitializeContext& Context |
Called when the node first runs. | Animation/AnimNodeSpaceConversions.h | |
virtual void Update_AnyThread
(
const FAnimationUpdateContext& Context |
Called to update the state of the graph relative to this node. | Animation/AnimNodeSpaceConversions.h |