Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions > API/Plugins/RigVM/RigVMFunctions/Debug
Inheritance Hierarchy
- FRigVMStruct
- FRigVMStructMutable
- FRigVMFunction_DebugBaseMutable
- FRigVMFunction_DebugTransformArrayMutableNoSpace
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
| Include | #include "RigVMFunctions/Debug/RigVMFunction_DebugTransform.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Transform Array"))
struct FRigVMFunction_DebugTransformArrayMutableNoSpace : public FRigVMFunction_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 | ||
| float | Thickness | ||
| TArray< FTransform > | Transforms | ||
| FTransform | WorldOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |