Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_RefPoseBase |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_RefPoseBase.h |
| Include Path | #include "AnimGraphNode_RefPoseBase.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UAnimGraphNode_RefPoseBase : public UAnimGraphNode_Base
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_RefPoseBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_RefPoseBase
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_RefPoseBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_RefPose | AnimGraphNode_RefPoseBase.h |
|
Functions
Public
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetNodeCategory() |
Gets the menu category this node belongs in. | AnimGraphNode_RefPoseBase.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FLinearColor GetNodeTitleColor() |
AnimGraphNode_RefPoseBase.h |