FNodeSlot

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

Unreal Engine C++ API Reference > Editor > GraphEditor > SNodePanel > SNode

Inheritance Hierarchy

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h
Include #include "SNodePanel.h"

Syntax

class FNodeSlot :
    public TSlotBase< FNodeSlot >,
    public TAlignmentWidgetSlotMixin< FNodeSlot >

Remarks

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

Variables

  Type Name Description
Public variable friend SNode  

Constructors

  Type Name Description
Public function    
Public function    

Functions

  Type Name Description
Public function void

Construct ( const FChildren& SlotOwner,
FSlotArguments&& InArgs
)

 
Public function Const bool  
Public function Const FMargin  
Public function Const FVector2D  
Public function Const FVector2D  
Public function Const ENodeZone::Type  
Public function void

SetAllowScaling ( TAttribute< bool > InAllowScaling
)

 
Public function void

SetPadding ( TAttribute< FMargin > InPadding
)

 
Public function void

SetSlotOffset ( TAttribute< FVector2D > InOffset
)

 
Public function void

SetSlotSize ( TAttribute< FVector2D > InSize
)

 

Classes

  Type Name Description
Public struct FSlotArguments    

Deprecated Functions

  Type Name Description
Public function FNodeSlot &

AllowScaling ( const TAttribute< bool > InAllowScale
)

AllowScaling is now deprecated. Use the FSlotArgument or the SetAllowScalingfunction.
Public function FNodeSlot &

Padding ( const TAttribute< FMargin > InPadding
)

Padding is now deprecated. Use the FSlotArgument or the SetPadding function.
Public function FNodeSlot &

SlotOffset ( const TAttribute< FVector2D > InOffset
)

SlotOffset is now deprecated. Use the FSlotArgument or the SetSlotOffset function.
Public function FNodeSlot &

SlotSize ( const TAttribute< FVector2D > InSize
)

SlotSize is now deprecated. Use the FSlotArgument or the SetSlotSize function.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library