unreal.RigVMFunction_VisualLogOrientedBox

class unreal.RigVMFunction_VisualLogOrientedBox(execute_pin: RigVMExecutePin = [], debug_draw_settings: RigVMDebugDrawSettings = Ellipsis, text: str = '', category: Name = 'None', object_color: LinearColor = Ellipsis, wireframe: bool = False, box: Box = Ellipsis, transform: Transform = Ellipsis)

Bases: RigVMFunction_VisualLogWireframeOptional

Logs oriented box shape - 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)

  • box (Box): [Read-Write] The box to draw

  • 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

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

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

  • transform (Transform): [Read-Write] The transform of the box

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

property box: Box

[Read-Write] The box to draw

Type:

(Box)

property transform: Transform

[Read-Write] The transform of the box

Type:

(Transform)