Navigation
API > API/Plugins > API/Plugins/RigVM
Logs box shape - recording for Visual Logs has to be enabled to record this data
| Name | FRigVMFunction_VisualLogBox |
| 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 Box", Keywords="Draw,String"))
struct FRigVMFunction_VisualLogBox : public FRigVMFunction_VisualLogWireframeOptional
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase → FRigVMFunction_VisualLogObject → FRigVMFunction_VisualLogWireframeOptional → FRigVMFunction_VisualLogBox
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Box | FBox | The box to draw | 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 |