Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
Include |
#include "Widgets/DeclarativeSyntaxSupport.h" |
template<class DeclarationType>
struct NamedSlotProperty
We want to be able to do: SNew( ContainerWidget ) .SomeContentArea() [ Child widgets go here ]
NamedSlotProperty is a helper that will be returned by SomeContentArea().
Name | Description | ||
---|---|---|---|
|
DeclarationType... |
OwnerDeclaration |
|
|
SlotContent |
Name | Description | |
---|---|---|
|
NamedSlotProperty ( |
Name | Description | ||
---|---|---|---|
|
DeclarationT... |
operator[] ( |