FScopedWidgetSlotArguments

At the end of the scope a slot will be constructed and added to the [FChildren](API\Runtime\SlateCore\Layout\FChildren).

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlotArguments

TPanelChildren::FScopedWidgetSlotArguments

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/Children.h

Include

#include "Layout/Children.h"

Syntax

struct FScopedWidgetSlotArguments : public FSlotArguments

Remarks

At the end of the scope a slot will be constructed and added to the FChildren.

Constructors

Name Description

Public function

FScopedWidgetSlotArguments

(
    const FScopedWidgetSlotArguments&
)

Public function

FScopedWidgetSlotArguments

Public function

FScopedWidgetSlotArguments

(
    TUniquePtr< SlotType > InSlot,
    TPanelChildren< SlotType >& InChil...,
    int32 InIndex
)

Public function

FScopedWidgetSlotArguments

(
    TUniquePtr< SlotType > InSlot,
    TPanelChildren< SlotType >& InChil...,
    int32 InIndex,
    TFunction< void(const SlotType*...
)

Destructors

Operators

Name Description

Public function

FScopedWidge...

 

operator=

(
    const FScopedWidgetSlotArguments&
)

Public function

FScopedWidge...

 

operator=