Navigation
API > API/Plugins > API/Plugins/LiveLinkGraphNode
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_LiveLinkPose
References
| Module | LiveLinkGraphNode |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLinkGraphNode/Public/AnimGraphNode_LiveLinkPose.h |
| Include | #include "AnimGraphNode_LiveLinkPose.h" |
Syntax
UCLASS&40;&41;
class UAnimGraphNode_LiveLinkPose : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_LiveLinkPose | Node |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | GetOutputLinkAttributes
(
FNodeAttributeArray& OutAttributes |
Get the named attribute types that this node provides as outputs. Other attributes are assumed to 'pass through' this node. |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| void | ConvertDeprecatedNode
(
UEdGraph* Graph, |
Performs a node-specific deprecation fixup, which may delete this node and replace it with another one | |
| 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 | |
| FText | Gets the tooltip to display when over the node |