FSlot

ConstraintCanvas slots allow child widgets to be positioned and sized

Windows
MacOS
Linux

Inheritance Hierarchy

FSlotBase

TSlotBase

SConstraintCanvas::FSlot

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SConstraintCanvas.h"

Syntax

class FSlot : public TSlotBase< FSlot >

Remarks

ConstraintCanvas slots allow child widgets to be positioned and sized

Variables

Name Description

Public variable

TAttribute< FVe...

 

AlignmentAttr

Size

Public variable

TAttribute< FAn...

 

AnchorsAttr

Anchors

Public variable

TAttribute< boo...

 

AutoSizeAttr

Auto-Size

Public variable

TAttribute< FMa...

 

OffsetAttr

Offset

Public variable

TAttribute< flo...

 

ZOrderAttr

Z-Order

Constructors

Name Description

Public function

FSlot()

Default values for a slot.

Functions

Name Description

Public function

FSlot &

 

Alignment

(
    const TAttribute< FVector2D >& InA...
)

Public function

FSlot &

 

Anchors

(
    const TAttribute< FAnchors >& InAn...
)

Public function

FSlot &

 

AutoSize

(
    const TAttribute< bool >& InAutoSi...
)

Public function

FSlot &

 

Expose

(
    FSlot*& OutVarToInit
)

Public function

FSlot &

 

Offset

(
    const TAttribute< FMargin >& InOff...
)

Public function

FSlot &

 

ZOrder

(
    const TAttribute< float >& InZOrde...
)

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