ECheckBoxState

Current state of the check box

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Styling/SlateTypes.h"

Syntax

enum ECheckBoxState
{
    Unchecked,
    Checked,
    Undetermined,
}

Values

Name

Description

Unchecked

Unchecked

Checked

Checked

Undetermined

Neither checked nor unchecked

Remarks

Current state of the 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