ETableRowSignalSelectionMode

When the table row should signal the owner widget that the selection changed.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/STableRow.h

Include

#include "Widgets/Views/STableRow.h"

Syntax

enum ETableRowSignalSelectionMode
{
    Deferred,
    Instantaneous,
}

Values

Name

Description

Deferred

The selection will be updated on the left mouse button down, but the owner table will only get signaled when the mouse button is released or if a drag is detected.

Instantaneous

Each time the selection of the owner table is changed the table get signaled.

Remarks

When the table row should signal the owner widget that the selection changed. This only affect the selection with the left mouse button!

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