Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_DebugBaseMutable
- FRigUnit_DebugTransformArrayMutableItemSpace
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Debug/RigUnit_DebugTransform.h |
| Include | #include "Units/Debug/RigUnit_DebugTransform.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Transform Array", Deprecated="5.2"))
struct FRigUnit_DebugTransformArrayMutableItemSpace : public FRigUnit_DebugBaseMutable
Remarks
Given a transform array, will draw a point, axis, or a box in the viewport
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| FLinearColor | Color | ||
| ERigUnitDebugTransformMode | Mode | ||
| TArray< int32 > | ParentIndices | ||
| float | Scale | ||
| FRigElementKey | Space | ||
| float | Thickness | ||
| TArray< FTransform > | Transforms | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |