Navigation
API > API/Plugins > API/Plugins/RigVM
Base RigVMFunction for visual logging of objects
| Name | FRigVMFunction_VisualLogObject |
| 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=(Abstract, Keywords="Draw,String"))
struct FRigVMFunction_VisualLogObject : public FRigVMFunction_VisualLogBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMStructMutable → FRigVMFunction_DebugBaseMutable → FRigVMFunction_VisualLogBase → FRigVMFunction_VisualLogObject
Derived Classes
- FRigVMFunction_VisualLogArrow
- FRigVMFunction_VisualLogLocation
- FRigVMFunction_VisualLogSegment
- FRigVMFunction_VisualLogWireframeOptional
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ObjectColor | FLinearColor | The color of the logged object | RigVMFunctions/Debug/RigVMFunction_VisualLog.h |
|