unreal.RigVMFunction_VisualLogCircle

class unreal.RigVMFunction_VisualLogCircle(execute_pin: RigVMExecutePin = [], debug_draw_settings: RigVMDebugDrawSettings = Ellipsis, text: str = '', category: Name = 'None', object_color: LinearColor = Ellipsis, wireframe: bool = False, center: Vector = Ellipsis, up_axis: Vector = Ellipsis, radius: float = 0.0, thickness: float = 0.0)

Bases: RigVMFunction_VisualLogWireframeOptional

Logs circle - 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

  • center (Vector): [Read-Write] The center of the circle

  • debug_draw_settings (RigVMDebugDrawSettings): [Read-Write]

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

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

  • radius (float): [Read-Write] The radius of the circle

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

  • thickness (float): [Read-Write] The thickness the circle

  • up_axis (Vector): [Read-Write] The up axis/normal of the circle’s plane

  • wireframe (bool): [Read-Write] Whether to display as wireframe

property center: Vector

[Read-Write] The center of the circle

Type:

(Vector)

property radius: float

[Read-Write] The radius of the circle

Type:

(float)

property thickness: float

[Read-Write] The thickness the circle

Type:

(float)

property up_axis: Vector

[Read-Write] The up axis/normal of the circle’s plane

Type:

(Vector)