FNodeSlot

A slot that support alignment of content and padding and z-order

Windows
MacOS
Linux

Inheritance Hierarchy

FSlotBase

TSlotBase

SNodePanel::SNode::FNodeSlot

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SNodePanel.h

Include

#include "SNodePanel.h"

Syntax

class FNodeSlot : public TSlotBase< FNodeSlot >

Remarks

A slot that support alignment of content and padding and z-order

Variables

Name Description

Public variable

TAttribute< boo...

 

AllowScale

Public variable

EHorizontalAlig...

 

HAlignment

Public variable

TAttribute< FVe...

 

Offset

Public variable

TAttribute< FVe...

 

Size

Public variable

TAttribute< FMa...

 

SlotPadding

Public variable

EVerticalAlignm...

 

VAlignment

Public variable

ENodeZone::Type

 

Zone

The child widget contained in this slot.

Constructors

Name Description

Public function

FNodeSlot()

Functions

Name Description

Public function

FNodeSlot &

 

AllowScaling

(
    const TAttribute< bool > InAllowSca...
)

Public function

FNodeSlot &

 

HAlign

(
    EHorizontalAlignment InHAlignment
)

Public function

FNodeSlot &

 

Padding

(
    const TAttribute< FMargin > InPaddi...
)

Public function

FNodeSlot &

 

SlotOffset

(
    const TAttribute< FVector2D > InOff...
)

Public function

FNodeSlot &

 

SlotSize

(
    const TAttribute< FVector2D > InSiz...
)

Public function

FNodeSlot &

 

VAlign

(
    EVerticalAlignment InVAlignment
)

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