unreal.RigVMFunction_DrawDebugStringSegmentNum

class unreal.RigVMFunction_DrawDebugStringSegmentNum(string: str = '', settings: DrawDebugStringSettings = Ellipsis, segment_num: int = 0)

Bases: RigVMFunction_DrawDebugLibraryBase

Get the number of line segments required to draw debug a string.

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: RigUnit_DrawDebugLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • segment_num (int32): [Read-Write] Output Segment Num

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

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

property segment_num: int

[Read-Only] Output Segment Num

Type:

(int32)

property settings: DrawDebugStringSettings

[Read-Write] String Settings

Type:

(DrawDebugStringSettings)

property string: str

[Read-Write] String to draw

Type:

(str)