Navigation
API > API/Runtime > API/Runtime/Slate
The behavior when a slot's desired height exceeds the allotted/available size (including MaxLineHeight when specified) By default this Clips.
| Name | UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h |
| Include Path | #include "Framework/MultiBox/MultiBoxDefs.h" |
Syntax
namespace UE
{
namespace Slate
{
namespace PrioritizedWrapBox
{
enum EVerticalOverflowBehavior
{
Clip = 0,
ExpandProportional = 1,
Default = Clip,
}
}
}
}
Values
| Name | Remarks |
|---|---|
| Clip | |
| ExpandProportional | |
| Default |