FSlot

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SGridPanel.h"

Syntax

Variables

Name Description

Public variable

int32

 

ColumnParam

Which column in the grid this cell belongs to

Public variable

int32

 

ColumnSpanParam

How many columns this slot spans over

Public variable

int32

 

LayerParam

Positive values offset this cell to be hit-tested and drawn on top of others.

Public variable

FVector2D

 

NudgeParam

Offset this slot's content by some amount; positive values offset to lower right

Public variable

TWeakPtr< SGrid...

 

Panel

The panel that contains this slot

Public variable

int32

 

RowParam

Which row in the grid this cell belongs to

Public variable

int32

 

RowSpanParam

How many rows this this slot spans over

Constructors

Name Description

Public function

FSlot

(
    int32 Column,
    int32 Row,
    int32 InLayer
)

Default values for a slot.

Functions

Name Description

Public function

FSlot &

 

Column

(
    int32 Column
)

Public function

FSlot &

 

ColumnSpan

(
    int32 ColumnSpan
)

How many columns this slot spans over

Public function

FSlot &

 

Layer

(
    int32 Layer
)

Positive values offset this cell to be hit-tested and drawn on top of others.

Public function

void

 

NotifySlotChanged

(
    bool bSlotLayerChanged
)

Notify that the slot was changed

Public function

FSlot &

 

Nudge

(
    const FVector2D& Nudge
)

Offset this slot's content by some amount; positive values offset to lower right

Public function

FSlot &

 

Row

(
    int32 Row
)

Public function

FSlot &

 

RowSpan

(
    int32 RowSpan
)

How many rows this this slot spans over

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