Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/SlotBase.h |
Include |
#include "SlotBase.h" |
struct FSlotArguments : public FSlotBase::FSlotArguments
Struct to construct a slot.
Name | Description | |
---|---|---|
|
FSlotArguments |
|
|
FSlotArguments ( |
|
|
FSlotArguments ( |
|
|
FSlotArguments ( |
Name | Description | ||
---|---|---|---|
|
AttachWidget ( |
Attach the child widget the slot will own. |
|
|
SlotType::FS... |
Expose ( |
Initialize OutVarToInit with the slot that is being constructed. |
|
const TShare... |
GetAttachedWidget() |
|
|
SlotType ... |
GetSlot() |
|
|
SlotType::FS... |
Me() |
Used by the named argument pattern as a safe way to 'return *this' for call-chaining purposes. |
|
TUniquePtr< ... |
StealSlot() |
Steal the slot that is being constructed from the FSlotArguments. |
Name | Description | ||
---|---|---|---|
|
SlotType::FS... |
operator[] ( |
Attach the child widget the slot will own. |
|
FSlotArgumen... |
operator= ( |
|
|
FSlotArgumen... |
operator= ( |