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