Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Components
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Components/SlateWrapperTypes.h |
| Include | #include "Components/SlateWrapperTypes.h" |
Syntax
struct FSlateChildSize
Remarks
A struct exposing size param related properties to UMG.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TEnumAsByte< ESlateSizeRule::Type > | SizeRule | The sizing rule of the content. | |
| float | Value | The parameter of the size rule. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSlateChildSize
(
ESlateSizeRule::Type InSizeRule |