SCheckBoxList

A widget that can be used inside a CustomDialog to display a list of checkboxes

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

EditorWidgets

Header

/Engine/Source/Editor/EditorWidgets/Public/SCheckBoxList.h

Include

#include "SCheckBoxList.h"

Syntax

class SCheckBoxList : public SCompoundWidget

Remarks

A widget that can be used inside a CustomDialog to display a list of checkboxes

Functions

Name Description

Public function

int32

 

AddItem

(
    const FText& Text,
    bool bIsChecked
)

Public function

int32

 

AddItem

(
    TSharedRef< SWidget > Widget,
    bool bIsChecked
)

Public function

void

 

Construct

(
    const FArguments& Arguments
)

Public function

void

 

Construct

(
    const FArguments& Arguments,
    const TArray< FText >& Items,
    bool bIsChecked
)

Public function

void

 

Construct

(
    const FArguments& Arguments,
    const TArray< TSharedRef< SWidget >...,
    bool bIsChecked
)

Public function Const

TArray< bool...

 

GetValues()

Public function Const

bool

 

IsItemChecked

(
    int32 Index
)

Public function

void

 

RemoveItem

(
    int32 Index
)

Classes

Name

Description

Public struct

FArguments

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