Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_DebugArc |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Arc", Keywords="Draw Ellipse, Draw Circle", Deprecated="4.25"))
struct FRigVMFunction_DebugArc : public FRigVMFunction_DebugBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_DebugArc
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_DebugArc() |
RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Color | FLinearColor | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Detail | int32 | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| MaximumDegrees | float | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| MinimumDegrees | float | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Radius | float | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Space | FName | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Thickness | float | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| Transform | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
|
| WorldOffset | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h | |
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
RigVMFunctions/Debug/RigVMFunction_DebugPrimitives.h |