![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <DeclarativeSyntaxSupport.h>
Public Member Functions | |
| NamedSlotProperty (DeclarationType &InOwnerDeclaration, TAlwaysValidWidget &ContentToSet) | |
| DeclarationType & | operator[] (const TSharedRef< SWidget > &InChild) |
Public Attributes | |
| DeclarationType & | OwnerDeclaration |
| TAlwaysValidWidget & | SlotContent |
We want to be able to do: SNew( ContainerWidget ) .SomeContentArea() [ // Child widgets go here ]
NamedSlotProperty is a helper that will be returned by SomeContentArea().
|
inline |
|
inline |
| DeclarationType& NamedSlotProperty< DeclarationType >::OwnerDeclaration |
| TAlwaysValidWidget& NamedSlotProperty< DeclarationType >::SlotContent |