SSpinBox::CommitValue

Call this method when the user's interaction has changed the value

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SSpinBox.h"

Syntax

void CommitValue
(
    double NewValue,
    ECommitMethod CommitMethod,
    ETextCommit::Type OriginalCommitInfo
)

Remarks

Call this method when the user's interaction has changed the value

Parameters

Parameter

Description

NewValue

Value resulting from the user's interaction

CommitMethod

Did the user type in the value or spin to it.

OriginalCommitInfo

If the user typed in the value, 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