Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_RigidBody
Description
Pose Watch change notification callback. Should be called every time a pose watch on this node is created or destroyed.
Virtual Inheritance
- UAnimGraphNode_Base::OnPoseWatchChanged → UAnimGraphNode_RigidBody::OnPoseWatchChanged
| Name | OnPoseWatchChanged |
| Type | function |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RigidBody.h |
| Include Path | #include "AnimGraphNode_RigidBody.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_RigidBody.cpp |
virtual void OnPoseWatchChanged
(
const bool IsPoseWatchEnabled,
TObjectPtr < UPoseWatch > InPoseWatch,
FEditorModeTools & InModeTools,
FAnimNode_Base * InRuntimeNode
)