ECommitMethod

How user changed the value in the spinbox

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Widgets/Input/SSpinBox.h"

Syntax

enum ECommitMethod
{
    CommittedViaSpin,
    CommittedViaTypeIn,
    CommittedViaArrowKey,
    CommittedViaCode,
}

Values

Name

Description

CommittedViaSpin

CommittedViaTypeIn

CommittedViaArrowKey

CommittedViaCode

Remarks

How user changed the value in the spinbox

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