Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FStretchContent
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Types/SlateStructs.h |
|
|
|
Types/SlateStructs.h |
|
|
|
Types/SlateStructs.h |
|
FStretchContent()
| |
|
| Name |
FStretchContent |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path |
#include "Types/SlateStructs.h" |
FStretchContent()
FStretchContent(const TAttribute< float > &)
| |
|
| Name |
FStretchContent |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path |
#include "Types/SlateStructs.h" |
FStretchContent
(
const TAttribute < float > & StretchAmount
)
FStretchContent(const TAttribute< float > &, const TAttribute< float > &)
| |
|
| Name |
FStretchContent |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Types/SlateStructs.h |
| Include Path |
#include "Types/SlateStructs.h" |
FStretchContent
(
const TAttribute < float > & GrowStretchAmount,
const TAttribute < float > & ShrinkStretchAmount
)