unreal.RigVMFunction_MakeVisualLoggerDebugDrawer

class unreal.RigVMFunction_MakeVisualLoggerDebugDrawer(drawer: DebugDrawer = [], category: Name = 'None', verbosity: DrawDebugLogVerbosity = Ellipsis)

Bases: RigVMFunction_DrawDebugLibraryBase

Makes a debug drawer for the visual logger.

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • category (Name): [Read-Write] Log Category

  • drawer (DebugDrawer): [Read-Write] Debug Drawer

  • verbosity (DrawDebugLogVerbosity): [Read-Write] Log Verbosity

property category: Name

[Read-Write] Log Category

Type:

(Name)

property drawer: DebugDrawer

[Read-Only] Debug Drawer

Type:

(DebugDrawer)

property verbosity: DrawDebugLogVerbosity

[Read-Write] Log Verbosity

Type:

(DrawDebugLogVerbosity)