FSlotArguments

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

FSlotBase::FSlotArguments

TSlotBase::FSlotArguments

SSplitter::FSlot::FSlotArguments

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SSplitter.h"

Syntax

struct FSlotArguments : public TSlotBase< FSlot >::FSlotArguments

Functions

Name Description

Public function

WidgetArgsTy...

 

MinSize

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

Minimum slot size when resizing.

Public function

WidgetArgsTy...

 

OnSlotResized

(
    const FOnSlotResized& InDelegate
)

Callback when the slot is resized.

Public function

WidgetArgsTy...

 

Resizable

(
    TOptional< bool > InArg
)

Can the slot be resize by the user.

Public function

WidgetArgsTy...

 

SizeRule

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

The size rule used by the slot.

Public function

WidgetArgsTy...

 

Value

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

When the RuleSize is set to FractionOfParent, the size of the slot is the Value percentage of its parent size.

Typedefs

Name

Description

WidgetArgsType