Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/DeclarativeSyntaxSupport.h |
| Include | #include "Widgets/DeclarativeSyntaxSupport.h" |
template<typename WidgetType, typename RequiredArgsPayloadType>
TSlateDecl < WidgetType, RequiredArgsPayloadType > MakeTDecl
(
const ANSICHAR * InType,
const ANSICHAR * InFile,
int32 OnLine,
RequiredArgsPayloadType && InRequiredArgs
)