Navigation
API > API/Editor > API/Editor/AnimGraph
Editor node for CCDIK IK skeletal controller.
| Name | UAnimGraphNode_CCDIK |
| Type | class |
| Header File | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_CCDIK.h |
| Include Path | #include "AnimGraphNode_CCDIK.h" |
Syntax
UCLASS (MinimalAPI, Experimental)
class UAnimGraphNode_CCDIK : public UAnimGraphNode_SkeletalControlBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UK2Node → UAnimGraphNode_Base → UAnimGraphNode_SkeletalControlBase → UAnimGraphNode_CCDIK
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UAnimGraphNode_CCDIK
(
const FObjectInitializer& ObjectInitializer |
AnimGraphNode_CCDIK.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Node | FAnimNode_CCDIK | AnimGraphNode_CCDIK.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_CCDIK.h |
Functions
Public
Overridden from UAnimGraphNode_Base
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyNodeDataToPreviewNode
(
FAnimNode_Base* InPreviewNode |
Called to propagate data from the internal node to the preview in Persona. | AnimGraphNode_CCDIK.h | |
virtual FEditorModeID GetEditorMode() |
Override this function to push an editor mode when this node is selected | AnimGraphNode_CCDIK.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
AnimGraphNode_CCDIK.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
AnimGraphNode_CCDIK.h |
Protected
Overridden from UAnimGraphNode_SkeletalControlBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetControllerDescription() |
Returns the short descriptive name of the controller. | AnimGraphNode_CCDIK.h | |
virtual const FAnimNode_SkeletalControlBase * GetNode() |
AnimGraphNode_CCDIK.h |