Navigation
API > API/Plugins > API/Plugins/RigVM
Logs circle - recording for Visual Logs has to be enabled to record this data
| Name | FRigVMFunction_VisualLogCircle |
| 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 Circle", Keywords="Draw,String,Disc"))
struct FRigVMFunction_VisualLogCircle : public FRigVMFunction_VisualLogWireframeOptional
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase → FRigVMFunction_VisualLogObject → FRigVMFunction_VisualLogWireframeOptional → FRigVMFunction_VisualLogCircle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Center | FVector | The center of the circle | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| Radius | float | The radius of the circle | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| Thickness | float | The thickness the circle | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|
| UpAxis | FVector | The up axis/normal of the circle's plane | 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 |