ESlateCheckBoxType::Type

Type of check box

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h

Include

#include "Styling/SlateTypes.h"

Syntax

namespace ESlateCheckBoxType
{
    enum Type
    {
        CheckBox,
        ToggleButton,
    }
}

Values

Name

Description

CheckBox

Traditional check box with check button and label (or other content)

ToggleButton

Toggle button. You provide button content (such as an image), and the user can press to toggle it.

Remarks

Type of check box

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