UAnimGraphNode_SkeletalControlBase::DoRotation

Called when the widget is dragged in rotation mode

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_SkeletalControlBase

Deprecated * This function is deprecated. Use a IAnimNodeEditMode-derived class to implement a new editor mode and override GetEditorMode to return its ID

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_SkeletalControlBase.h
Include #include "AnimGraphNode_SkeletalControlBase.h"
virtual void DoRotation
(
    const [USkeletalMeshComponent](API\Runtime\Engine\Components\USkeletalMeshComponent) * SkelComp,
    FRotator & Rotation,
    [FAnimNode_Base](API\Runtime\Engine\Animation\FAnimNode_Base) * InOutAnimNode
)

Remarks

Called when the widget is dragged in rotation mode


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library