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