unreal.RigVMFunction_DrawDebugStringCenteringOffset

class unreal.RigVMFunction_DrawDebugStringCenteringOffset(string: str = '', settings: DrawDebugStringSettings = Ellipsis, offset: Vector = Ellipsis)

Bases: RigVMFunction_DrawDebugLibraryBase

Get the local offset required to center a draw debug string.

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • offset (Vector): [Read-Write] Output Offset

  • settings (DrawDebugStringSettings): [Read-Write] String Settings

  • string (str): [Read-Write] String to draw

property offset: Vector

[Read-Only] Output Offset

Type:

(Vector)

property settings: DrawDebugStringSettings

[Read-Write] String Settings

Type:

(DrawDebugStringSettings)

property string: str

[Read-Write] String to draw

Type:

(str)