Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_Base
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Base.h |
| Include | #include "AnimGraphNode_Base.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_Base.cpp |
virtual void OnPoseWatchChanged
(
const bool IsPoseWatchEnabled,
TObjectPtr< class UPoseWatch > InPoseWatch,
FEditorModeTools & InModeTools,
FAnimNode_Base * InRuntimeNode
)
Remarks
Pose Watch change notification callback. Should be called every time a pose watch on this node is created or destroyed.