Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_RotationMultiplier |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RotationMultiplier.h |
| Include Path | #include "AnimGraphNode_RotationMultiplier.h" |
Syntax
UCLASS (MinimalAPI)
class UAnimGraphNode_RotationMultiplier : public UAnimGraphNode_SkeletalControlBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_SkeletalControlBase → UAnimGraphNode_RotationMultiplier
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_RotationMultiplier
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_RotationMultiplier.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_RotationMultiplier | AnimGraphNode_RotationMultiplier.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CachedNodeTitles | FNodeTitleTextTable | Constructing FText strings can be costly, so we cache the node's title | AnimGraphNode_RotationMultiplier.h |
Functions
Public
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_RotationMultiplier.h | ||
virtual FText GetTooltipText() |
AnimGraphNode_RotationMultiplier.h |
Protected
Overridden from UAnimGraphNode_SkeletalControlBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetControllerDescription() |
Returns the short descriptive name of the controller. | AnimGraphNode_RotationMultiplier.h | |
virtual const FAnimNode_SkeletalControlBase * GetNode() |
AnimGraphNode_RotationMultiplier.h |