UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin Struct Reference

#include <BasicLayoutWidgetSlot.h>

Public Member Functions

MixedIntoType::FSlotArguments & SizeParam (TOptional< FSizeParam > InSizeParam)
 
MixedIntoType::FSlotArguments & MinSize (TAttribute< float > InMinSize)
 
MixedIntoType::FSlotArguments & MaxSize (TAttribute< float > InMaxSize)
 

Protected Attributes

TOptional< FSizeParam_SizeParam
 
TAttribute< float_MinSize
 
TAttribute< float_MaxSize
 

Member Function Documentation

◆ MaxSize()

template<typename MixedIntoType >
MixedIntoType::FSlotArguments & TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin::MaxSize ( TAttribute< float InMaxSize)
inline

◆ MinSize()

template<typename MixedIntoType >
MixedIntoType::FSlotArguments & TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin::MinSize ( TAttribute< float InMinSize)
inline

◆ SizeParam()

template<typename MixedIntoType >
MixedIntoType::FSlotArguments & TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin::SizeParam ( TOptional< FSizeParam InSizeParam)
inline

Member Data Documentation

◆ _MaxSize

template<typename MixedIntoType >
TAttribute<float> TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin::_MaxSize
protected

◆ _MinSize

template<typename MixedIntoType >
TAttribute<float> TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin::_MinSize
protected

◆ _SizeParam

template<typename MixedIntoType >
TOptional<FSizeParam> TResizingWidgetSlotMixin< MixedIntoType >::FSlotArgumentsMixin::_SizeParam
protected

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