Navigation
API > API/Runtime > API/Runtime/SlateCore
| |
|
| Name |
T2RequiredArgs |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include Path |
#include "Widgets/DeclarativeSyntaxSupport.h" |
Syntax
template<typename Arg0Type, typename Arg1Type>
struct T2RequiredArgs
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
T2RequiredArgs
(
Arg0Type&& InArg0,
Arg1Type&& InArg1
)
|
|
Widgets/DeclarativeSyntaxSupport.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Arg0 |
Arg0Type & |
|
Widgets/DeclarativeSyntaxSupport.h |
|
| Arg1 |
Arg1Type & |
|
Widgets/DeclarativeSyntaxSupport.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void CallConstruct
(
WidgetType* OnWidget,
const typename WidgetType::FArguments& WithNamedArgs
) const
|
|
Widgets/DeclarativeSyntaxSupport.h |
|