Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Highlevel > API/Plugins/ControlRig/Units/Highlevel/Hierarchy
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_HighlevelBase
- FRigUnit_AimBoneMath
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Highlevel/Hierarchy/RigUnit_AimBone.h |
| Include | #include "Units/Highlevel/Hierarchy/RigUnit_AimBone.h" |
Syntax
USTRUCT (Meta=(DisplayName="Aim Math", Category="Hierarchy", Keywords="Lookat"))
struct FRigUnit_AimBoneMath : public FRigUnit_HighlevelBase
Remarks
Outputs an aligned transform of a primary and secondary axis of an input transform to a world target. Note: This node operates in world space!
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsInitialized | ||
| FRigUnit_AimBone_DebugSettings | DebugSettings | The debug setting for the node | |
| FTransform | InputTransform | The transform (in global space) before the aim was applied (optional) | |
| FRigUnit_AimItem_Target | Primary | The primary target for the aim | |
| FCachedRigElement | PrimaryCachedSpace | ||
| FTransform | Result | The resulting transform | |
| FRigUnit_AimItem_Target | Secondary | The secondary target for the aim - also referred to as PoleVector / UpVector | |
| FCachedRigElement | SecondaryCachedSpace | ||
| float | Weight | The weight of the change - how much the change should be applied |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |