Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_DebugBaseMutable
- FRigUnit_DebugLineItemSpace
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Debug/RigUnit_DebugLine.h |
| Include | #include "Units/Debug/RigUnit_DebugLine.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Line", Deprecated="5.2"))
struct FRigUnit_DebugLineItemSpace : public FRigUnit_DebugBaseMutable
Remarks
Draws a line in the viewport given a start and end vector
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | A | ||
| FVector | B | ||
| bool | bEnabled | ||
| FLinearColor | Color | ||
| FRigElementKey | Space | ||
| float | Thickness | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |