Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_DebugBaseMutable
- FRigUnit_DebugLineStrip
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Debug/RigUnit_DebugLineStrip.h |
| Include | #include "Units/Debug/RigUnit_DebugLineStrip.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Line Strip", Deprecated="4.25"))
struct FRigUnit_DebugLineStrip : public FRigUnit_DebugBaseMutable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| FLinearColor | Color | ||
| TArray< FVector > | Points | ||
| FName | Space | ||
| float | Thickness | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct | |
| FRigVMStructUpgradeInfo |