Navigation
API > API/Plugins > API/Plugins/ControlRig
Adds a new animation channel to the hierarchy Note: This node only runs as part of the construction event.
| Name | FRigUnit_HierarchyAddAnimationChannelVector2D |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_DynamicHierarchy.h |
| Include Path | #include "Units/Execution/RigUnit_DynamicHierarchy.h" |
Syntax
USTRUCT (
Meta=(DisplayName="Spawn Vector2D Animation Channel", TemplateName="SpawnAnimationChannel", Keywords="Construction,Create,New,AddAnimationChannel,NewAnimationChannel,CreateAnimationChannel,AddChannel,NewChannel,CreateChannel,SpawnChannel", Varying))
struct FRigUnit_HierarchyAddAnimationChannelVector2D : public FRigUnit_HierarchyAddElement
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicHierarchyBaseMutable → FRigUnit_HierarchyAddElement → FRigUnit_HierarchyAddAnimationChannelVector2D
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_HierarchyAddAnimationChannelVector2D() |
Units/Execution/RigUnit_DynamicHierarchy.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| InitialValue | FVector2D | The initial value of the new animation channel | Units/Execution/RigUnit_DynamicHierarchy.h |
|
| LimitsEnabled | FRigUnit_HierarchyAddAnimationChannel2DLimitSettings | The enable settings for the limits | Units/Execution/RigUnit_DynamicHierarchy.h |
|
| MaximumValue | FVector2D | The maximum value for the animation channel | Units/Execution/RigUnit_DynamicHierarchy.h |
|
| MinimumValue | FVector2D | The initial value of the new animation channel | Units/Execution/RigUnit_DynamicHierarchy.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Units/Execution/RigUnit_DynamicHierarchy.h |