Navigation
API > API/Plugins > API/Plugins/RigVM
Logs sphere shape - recording for Visual Logs has to be enabled to record this data
| Name | FRigVMFunction_VisualLogSphere |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
| Include Path | #include "RigVMFunctions/Debug/RigVMFunction_VisualLog.h" |
Syntax
USTRUCT (Meta=(DisplayName="Visual Log Sphere", Keywords="Draw,String"))
struct FRigVMFunction_VisualLogSphere : public FRigVMFunction_VisualLogWireframeOptional
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase → FRigVMFunction_VisualLogObject → FRigVMFunction_VisualLogWireframeOptional → FRigVMFunction_VisualLogSphere
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Center | FVector | The centre of the sphere | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| Radius | float | The radius of the sphere | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
Functions
Public
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |