unreal.SlateChildSize

class unreal.SlateChildSize(value: float = 0.0, size_rule: SlateSizeRule = Ellipsis)

Bases: StructBase

A struct exposing size param related properties to UMG.

C++ Source:

  • Module: UMG

  • File: SlateWrapperTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • size_rule (SlateSizeRule): [Read-Write] The sizing rule of the content.

  • value (float): [Read-Write] The parameter of the size rule.

property size_rule: SlateSizeRule

[Read-Write] The sizing rule of the content.

Type:

(SlateSizeRule)

property value: float

[Read-Write] The parameter of the size rule.

Type:

(float)