Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | T4RequiredArgs |
| 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>
struct T4RequiredArgs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
T4RequiredArgs
(
Arg0Type&& InArg0, |
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 |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CallConstruct
(
WidgetType* OnWidget, |
Widgets/DeclarativeSyntaxSupport.h |