Navigation
API > API/Plugins > API/Plugins/RigVM
Logs cylinder shape - recording for Visual Logs has to be enabled to record this data
| Name | FRigVMFunction_VisualLogCylinder |
| 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 Cylinder", Keywords="Draw,String"))
struct FRigVMFunction_VisualLogCylinder : public FRigVMFunction_VisualLogWireframeOptional
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase → FRigVMFunction_VisualLogObject → FRigVMFunction_VisualLogWireframeOptional → FRigVMFunction_VisualLogCylinder
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| End | FVector | The end of the line segment forming the cylinder | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| Radius | float | The radius of the cylinder | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| Start | FVector | The start of the line segment forming the cylinder | 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 |