Navigation
API > API/Plugins > API/Plugins/RigVM
| Name | FRigVMFunction_DebugPoint |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_DebugPoint.h" |
Syntax
USTRUCT (Meta=(DisplayName="Draw Point In Place", Keywords="Draw Vector", Deprecated="4.25.0"))
struct FRigVMFunction_DebugPoint : public FRigVMFunction_DebugBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_DebugBase → FRigVMFunction_DebugPoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_DebugPoint() |
RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnabled | bool | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| Color | FLinearColor | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| Mode | ERigUnitDebugPointMode | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| Scale | float | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| Space | FName | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| Thickness | float | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| Vector | FVector | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
|
| WorldOffset | FTransform | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_DebugPoint.h | |
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
RigVMFunctions/Debug/RigVMFunction_DebugPoint.h |