Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigVMStructMutable
- FRigVMFunction_DebugBaseMutable
- FRigVMFunction_DebugArcNoSpace
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
| Include | #include "RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Arc", Keywords="Draw Ellipse, Draw Circle"))
struct FRigVMFunction_DebugArcNoSpace : public FRigVMFunction_DebugBaseMutable
Remarks
Draws an arc in the viewport, can take in different min and max degrees
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnabled | ||
| FLinearColor | Color | ||
| int32 | Detail | ||
| float | MaximumDegrees | ||
| float | MinimumDegrees | ||
| float | Radius | ||
| float | Thickness | ||
| FTransform | Transform | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |