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

#include <SlateStructs.h>

+ Inheritance diagram for FStretchContent:

Public Member Functions

 FStretchContent (const TAttribute< float > &StretchAmount)
 
 FStretchContent (const TAttribute< float > &GrowStretchAmount, const TAttribute< float > &ShrinkStretchAmount)
 
 FStretchContent ()
 

Additional Inherited Members

- Public Types inherited from FSizeParam
enum  ESizeRule { SizeRule_Auto , SizeRule_Stretch , SizeRule_StretchContent }
 
- Public Attributes inherited from FSizeParam
ESizeRule SizeRule
 
TAttribute< floatValue
 
TAttribute< floatShrinkValue
 
- Protected Member Functions inherited from FSizeParam
 FSizeParam (ESizeRule InTypeOfSize, const TAttribute< float > &InValue, const TAttribute< float > &InShrinkValue)
 

Detailed Description

Structure for size parameters with SizeRule = SizeRule_StretchContent.

See also
FStretch, FAspectRatio, FAuto

Constructor & Destructor Documentation

◆ FStretchContent() [1/3]

FStretchContent::FStretchContent ( const TAttribute< float > &  StretchAmount)
inline

◆ FStretchContent() [2/3]

FStretchContent::FStretchContent ( const TAttribute< float > &  GrowStretchAmount,
const TAttribute< float > &  ShrinkStretchAmount 
)
inline

◆ FStretchContent() [3/3]

FStretchContent::FStretchContent ( )
inline

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