Navigation
API > API/Editor > API/Editor/AnimGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_ComponentToLocalSpace
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_ComponentToLocalSpace.h |
| Include | #include "AnimGraphNode_ComponentToLocalSpace.h" |
Syntax
class UAnimGraphNode_ComponentToLocalSpace : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_ConvertComponentToLocalSpace | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_ComponentToLocalSpace
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | PostProcessPinName
(
const UEdGraphPin* Pin, |
Give the node a chance to change the display name of a pin. |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FText | Override to provide a default category for specific node types to be listed under. |
Overridden from UEdGraphNode
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Gets the name of this node, shown in title bar | |
| FLinearColor | Gets the draw color of a node's title bar | ||
| FText | Gets the tooltip to display when over the node |