Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | FRigUnit_AimConstraint_WorldUp |
| Type | struct |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Highlevel/Hierarchy/RigUnit_AimBone.h |
| Include Path | #include "Units/Highlevel/Hierarchy/RigUnit_AimBone.h" |
Syntax
USTRUCT ()
struct FRigUnit_AimConstraint_WorldUp
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_AimConstraint_WorldUp() |
Units/Highlevel/Hierarchy/RigUnit_AimBone.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Kind | EControlRigVectorKind | The kind of target this is representing - can be a direction or a location | Units/Highlevel/Hierarchy/RigUnit_AimBone.h |
|
| Space | FRigElementKey | The space in which the target is expressed, use None to indicate world space | Units/Highlevel/Hierarchy/RigUnit_AimBone.h |
|
| Target | FVector | The target to aim at - can be a direction or location based on the Kind setting | Units/Highlevel/Hierarchy/RigUnit_AimBone.h |
|