TDecl::operator<<=

Complete widget construction from InArgs.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h

Include

#include "Widgets/DeclarativeSyntaxSupport.h"

Syntax

TSharedRef< WidgetType > operator<<=
(
    const typename WidgetType::FArguments & InArgs
) const

Remarks

Complete widget construction from InArgs.

Returns

A reference to the widget that we constructed.

Parameters

Parameter

Description

InArgs

NamedArguments from which to construct the widget.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss