FSlot

Stores the per-child info for this panel type

Windows
MacOS
Linux

Inheritance Hierarchy

TSlotBase

TSupportsContentAlignmentMixin

SUniformGridPanel::FSlot

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SUniformGridPanel.h"

Syntax

struct FSlot :
    public TSlotBase< FSlot >,
    public TSupportsContentAlignmentMixin< FSlot >

Remarks

Stores the per-child info for this panel type

Variables

Name Description

Public variable

int32

 

Column

Public variable

int32

 

Row

Constructors

Name Description

Public function

FSlot

(
    int32 InColumn,
    int32 InRow
)

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