Navigation
API > API/Editor > API/Editor/AnimGraph
| Name | UAnimGraphNode_Constraint |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_Constraint.h |
| Include Path | #include "AnimGraphNode_Constraint.h" |
Syntax
UCLASS ()
class UAnimGraphNode_Constraint : public UAnimGraphNode_SkeletalControlBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_SkeletalControlBase → UAnimGraphNode_Constraint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_Constraint
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_Constraint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_Constraint | AnimGraphNode_Constraint.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_Constraint.h |
Functions
Public
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_Constraint.h | ||
virtual FText GetTooltipText() |
AnimGraphNode_Constraint.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
AnimGraphNode_Constraint.h |
Protected
Overridden from UAnimGraphNode_SkeletalControlBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetControllerDescription() |
Returns the short descriptive name of the controller. | AnimGraphNode_Constraint.h | |
virtual const FAnimNode_SkeletalControlBase * GetNode() |
AnimGraphNode_Constraint.h |
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Draw
(
FPrimitiveDrawInterface* PDI, |
Draw function for supporting visualization. | AnimGraphNode_Constraint.h | |
virtual void PostProcessPinName
(
const UEdGraphPin* Pin, |
Give the node a chance to change the display name of a pin. | AnimGraphNode_Constraint.h | |
virtual void ValidateAnimNodeDuringCompilation
(
USkeleton* ForSkeleton, |
Gives each visual node a chance to do final validation before it's node is harvested for use at runtime. | AnimGraphNode_Constraint.h |