Navigation
API > API/Plugins > API/Plugins/RigLogicDeveloper
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UEdGraphNode
- UK2Node
- UAnimGraphNode_Base
- UAnimGraphNode_RigLogic
References
| Module | RigLogicDeveloper |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicDeveloper/Public/AnimGraphNode_RigLogic.h |
| Include | #include "AnimGraphNode_RigLogic.h" |
Syntax
UCLASS&40;Meta&61;&40;Keywords&61;"Rig Logic Animation Node"&41;&41;
class UAnimGraphNode_RigLogic : public UAnimGraphNode_Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAnimNode_RigLogic | Node |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAnimGraphNode_RigLogic
(
const FObjectInitializer& ObjectInitializer |
Overridden from UAnimGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void | ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. |
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 |