SUniformGridPanel::AddSlot

Dynamically add a new slot to the UI at specified Column and Row.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SUniformGridPanel.h

Include

#include "Widgets/Layout/SUniformGridPanel.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SUniformGridPanel.cpp

Syntax

FSlot & AddSlot
(
    int32 Column,
    int32 Row
)

Remarks

Dynamically add a new slot to the UI at specified Column and Row.

Returns

A reference to the newly-added slot

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