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] Size Rule: The sizing rule of the content.value
(float): [Read-Write] Value: The parameter of the size rule.
- property size_rule: SlateSizeRule¶
[Read-Write] Size Rule: The sizing rule of the content.
- Type: