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

#include <MultiBoxDefs.h>

Public Attributes

TAttribute< boolAllow
 
TAttribute< int32Priority
 
TAttribute< UE::Slate::PrioritizedWrapBox::EWrapModeMode
 
TOptional< UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehaviorVerticalOverflowBehavior
 
TOptional< boolForceNewLine
 

Static Public Attributes

static constexpr bool DefaultAllowWrapping = true
 
static constexpr int32 DefaultPriority = 0
 
static constexpr UE::Slate::PrioritizedWrapBox::EWrapMode DefaultMode = UE::Slate::PrioritizedWrapBox::EWrapMode::Parent
 
static constexpr UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior DefaultVerticalOverflowBehavior = UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior::Default
 
static constexpr bool DefaultForceNewLine = false
 

Member Data Documentation

◆ Allow

TAttribute<bool> FMenuEntryResizeParams::FWrappingParams::Allow

If true (default), allow this entry to be wrapped to the next line during resizing of toolbars. If false, this entry will never be wrapped.

◆ DefaultAllowWrapping

constexpr bool FMenuEntryResizeParams::FWrappingParams::DefaultAllowWrapping = true
staticconstexpr

◆ DefaultForceNewLine

constexpr bool FMenuEntryResizeParams::FWrappingParams::DefaultForceNewLine = false
staticconstexpr

◆ DefaultMode

constexpr UE::Slate::PrioritizedWrapBox::EWrapMode FMenuEntryResizeParams::FWrappingParams::DefaultMode = UE::Slate::PrioritizedWrapBox::EWrapMode::Parent
staticconstexpr

◆ DefaultPriority

constexpr int32 FMenuEntryResizeParams::FWrappingParams::DefaultPriority = 0
staticconstexpr

◆ DefaultVerticalOverflowBehavior

constexpr UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior FMenuEntryResizeParams::FWrappingParams::DefaultVerticalOverflowBehavior = UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior::Default
staticconstexpr

◆ ForceNewLine

TOptional<bool> FMenuEntryResizeParams::FWrappingParams::ForceNewLine

If true (default is false), the entry should always be placed on a new line. Other entries can appear to it's right, but never to it's left.

◆ Mode

TAttribute<UE::Slate::PrioritizedWrapBox::EWrapMode> FMenuEntryResizeParams::FWrappingParams::Mode

Override to specify the wrap mode. By default, this is "Preferred".

◆ Priority

TAttribute<int32> FMenuEntryResizeParams::FWrappingParams::Priority

Override to specify a wrap priority, where a higher priority means the entry will be wrapped to the next line first.

◆ VerticalOverflowBehavior

TOptional<UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior> FMenuEntryResizeParams::FWrappingParams::VerticalOverflowBehavior

Override to specify the vertical overflow behavior. By default, this is "ClipOrExpandProportional".


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