SSpinBox::TextField_OnTextCommitted

Invoked when the text field commits its text.

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SSpinBox.h"

Syntax

void TextField_OnTextCommitted
(
    const FText & NewText,
    ETextCommit::Type CommitInfo
)

Remarks

Invoked when the text field commits its text.

Parameters

Parameter

Description

NewText

The value of text coming from the editable text field.

CommitInfo

Information about the source of the commit

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