unreal.RigVMFunction_DrawDebugStringCenteringOffset¶
- class unreal.RigVMFunction_DrawDebugStringCenteringOffset(string: str = '', settings: DrawDebugStringSettings = Ellipsis, offset: Vector = Ellipsis)¶
Bases:
RigVMFunction_DrawDebugLibraryBaseGet 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 Offsetsettings(DrawDebugStringSettings): [Read-Write] String Settingsstring(str): [Read-Write] String to draw
- property settings: DrawDebugStringSettings¶
[Read-Write] String Settings
- Type: