unreal.SlateChildSize

class unreal.SlateChildSize(value=1.0, size_rule=SlateSizeRule.FILL)

Bases: unreal.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] Size Rule: The sizing rule of the content.

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

property size_rule

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

Type

(SlateSizeRule)

property value

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

Type

(float)