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