UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FSlateChildSize Struct Reference

#include <SlateWrapperTypes.h>

Public Member Functions

 FSlateChildSize ()
 
 FSlateChildSize (ESlateSizeRule::Type InSizeRule)
 

Public Attributes

float Value
 
TEnumAsByte< ESlateSizeRule::TypeSizeRule
 

Detailed Description

A struct exposing size param related properties to UMG.

Examples
/work/Engine/Source/Runtime/UMG/Public/Components/Widget.h.

Constructor & Destructor Documentation

◆ FSlateChildSize() [1/2]

FSlateChildSize::FSlateChildSize ( )
inline

◆ FSlateChildSize() [2/2]

FSlateChildSize::FSlateChildSize ( ESlateSizeRule::Type  InSizeRule)
inline

Member Data Documentation

◆ SizeRule

TEnumAsByte<ESlateSizeRule::Type> FSlateChildSize::SizeRule

The sizing rule of the content.

◆ Value

float FSlateChildSize::Value

The parameter of the size rule.


The documentation for this struct was generated from the following file: