Navigation
API > API/Plugins > API/Plugins/RigVM
Given a transform, will draw a point, axis, or a box in the viewport
| Name | FRigVMFunction_DebugTransformMutableNoSpace |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_DebugTransform.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Transform"))
struct FRigVMFunction_DebugTransformMutableNoSpace : public FRigVMFunction_DebugBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_DebugTransformMutableNoSpace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_DebugTransformMutableNoSpace() |
RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
|
| Color | FLinearColor | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
|
| Mode | ERigUnitDebugTransformMode | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
|
| Scale | float | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
|
| Thickness | float | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
|
| Transform | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
|
| WorldOffset | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_DebugTransform.h |