Navigation
API > API/Plugins > API/Plugins/IKRigDeveloper
Inheritance Hierarchy
- IDetailCustomNodeBuilder
- TSharedFromThis
- FIKRigGoalLayout
References
| Module | IKRigDeveloper |
| Header | /Engine/Plugins/Animation/IKRig/Source/IKRigDeveloper/Public/AnimGraphNode_IKRig.h |
| Include | #include "AnimGraphNode_IKRig.h" |
Syntax
class FIKRigGoalLayout :
public IDetailCustomNodeBuilder,
public TSharedFromThis< FIKRigGoalLayout >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIKRigGoalLayout
(
TSharedPtr< IPropertyHandle > InGoalPropHandle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetGoalName
(
TSharedPtr< IPropertyHandle > InGoalHandle |
Overridden from IDetailCustomNodeBuilder
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateChildContent
(
IDetailChildrenBuilder& ChildrenBuilder |
Called to generate child content of this node | |
| void | GenerateHeaderRowContent
(
FDetailWidgetRow& InOutGoalRow |
IDetailCustomNodeBuilder Interface | |
| FName | GetName () |
||
| bool | |||
| bool | RequiresTick () |
||
| void | Tick
(
float DeltaTime |
Called each tick if RequiresTick is true |