Navigation
API > API/Plugins > API/Plugins/IKRigDeveloper
| Name | FIKRigGoalLayout |
| Type | class |
| Header File | /Engine/Plugins/Animation/IKRig/Source/IKRigDeveloper/Public/AnimGraphNode_IKRig.h |
| Include Path | #include "AnimGraphNode_IKRig.h" |
Syntax
class FIKRigGoalLayout :
public IDetailCustomNodeBuilder,
public TSharedFromThis< FIKRigGoalLayout >
Inheritance Hierarchy
- TSharedFromThis< FIKRigGoalLayout > → FIKRigGoalLayout
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIKRigGoalLayout
(
TSharedPtr< IPropertyHandle > InGoalPropHandle, |
AnimGraphNode_IKRig.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExposePosition | bool | AnimGraphNode_IKRig.h | ||
| bExposeRotation | bool | AnimGraphNode_IKRig.h | ||
| GoalPropHandle | TSharedPtr< IPropertyHandle > | AnimGraphNode_IKRig.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateChildContent
(
IDetailChildrenBuilder& InOutChildrenBuilder |
AnimGraphNode_IKRig.h | ||
virtual void GenerateHeaderRowContent
(
FDetailWidgetRow& InOutGoalRow |
IDetailCustomNodeBuilder Interface | AnimGraphNode_IKRig.h | |
virtual FName GetName() |
AnimGraphNode_IKRig.h | ||
virtual bool InitiallyCollapsed() |
AnimGraphNode_IKRig.h | ||
virtual bool RequiresTick() |
AnimGraphNode_IKRig.h | ||
virtual void Tick
(
float DeltaTime |
AnimGraphNode_IKRig.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName GetGoalName
(
TSharedPtr< IPropertyHandle > InGoalHandle |
AnimGraphNode_IKRig.h |