Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Widgets > TSlateDecl
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
Include | #include "Widgets/DeclarativeSyntaxSupport.h" |
TSharedRef< WidgetType > operator<<&61;
&40;
const typename WidgetType::FArguments & InArgs
&41;
Remarks
Complete widget construction from InArgs. A reference to the widget that we constructed.
Parameters
Name | Description |
---|---|
InArgs | NamedArguments from which to construct the widget. |