Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateWidgetClassData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateWidgetClassData
(
FName InWidgetTypeName |
Widgets/SlateControlledConstruction.h | ||
FSlateWidgetClassData
(
TIdentity< InWidgetParentType >, |
Widgets/SlateControlledConstruction.h |
FSlateWidgetClassData(FName)
| Name | FSlateWidgetClassData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SlateControlledConstruction.h |
| Include Path | #include "Widgets/SlateControlledConstruction.h" |
FSlateWidgetClassData
(
FName InWidgetTypeName
)
FSlateWidgetClassData(TIdentity< InWidgetParentType >, FName, void(*)(FSlateAttributeInitializer &))
| Name | FSlateWidgetClassData |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SlateControlledConstruction.h |
| Include Path | #include "Widgets/SlateControlledConstruction.h" |
template<typename InWidgetParentType>
FSlateWidgetClassData
(
TIdentity < InWidgetParentType >,
FName InWidgetTypeName,
void(*)(FSlateAttributeInitializer &) AttributeInitializer
)