unreal.RigVMFunction_DrawDebugStringDimensions¶
- class unreal.RigVMFunction_DrawDebugStringDimensions(string: str = '', settings: DrawDebugStringSettings = Ellipsis, dimensions: Vector = Ellipsis)¶
Bases:
RigVMFunction_DrawDebugLibraryBaseGet the dimensions of a draw debug string. Useful for aligning or centering text.
C++ Source:
Plugin: DrawDebugLibrary
Module: DrawDebugLibrary
File: RigUnit_DrawDebugLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
dimensions(Vector): [Read-Write] Output Dimensionssettings(DrawDebugStringSettings): [Read-Write] String Settingsstring(str): [Read-Write] String to draw
- property settings: DrawDebugStringSettings¶
[Read-Write] String Settings
- Type: