unreal.RigVMFunction_VisualLogLocation

class unreal.RigVMFunction_VisualLogLocation(execute_pin: RigVMExecutePin = [], debug_draw_settings: RigVMDebugDrawSettings = Ellipsis, text: str = '', category: Name = 'None', object_color: LinearColor = Ellipsis, location: Vector = Ellipsis, radius: float = 0.0)

Bases: RigVMFunction_VisualLogObject

Logs location as sphere with given radius - recording for Visual Logs has to be enabled to record this data

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_VisualLog.h

Editor Properties: (see get_editor_property/set_editor_property)

  • category (Name): [Read-Write] The category of the logged text

  • debug_draw_settings (RigVMDebugDrawSettings): [Read-Write]

  • execute_pin (RigVMExecutePin): [Read-Write] * This property is used to chain multiple mutable nodes together

  • location (Vector): [Read-Write] The location to log

  • object_color (LinearColor): [Read-Write] The color of the logged object

  • radius (float): [Read-Write] The radius of the sphere to log the location with

  • text (str): [Read-Write] The text to log

property location: Vector

[Read-Write] The location to log

Type:

(Vector)

property radius: float

[Read-Write] The radius of the sphere to log the location with

Type:

(float)