SEditableText::SetMinDesiredWidth

Sets the minimum width that a text block should be.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableText.h

Include

#include "Widgets/Input/SEditableText.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Input/SEditableText.cpp

Syntax

void SetMinDesiredWidth
(
    const TAttribute< float > & InMinDesiredWidth
)

Remarks

Sets the minimum width that a text block should be.

Parameters

Parameter

Description

InMinDesiredWidth

The minimum width

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss