Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidgetBlueprintGeneratedClass
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ExtensionType * GetExtension
(
bool bIncludeSuper |
Find the first extension of the requested type. | Blueprint/WidgetBlueprintGeneratedClass.h | |
UWidgetBlueprintGeneratedClassExtension * GetExtension
(
TSubclassOf< UWidgetBlueprintGeneratedClassExtension > InExtensionType, |
Find the first extension of the requested type. | Blueprint/WidgetBlueprintGeneratedClass.h |
GetExtension(bool)
Description
Find the first extension of the requested type.
| Name | GetExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h |
| Include Path | #include "Blueprint/WidgetBlueprintGeneratedClass.h" |
template<typename ExtensionType>
ExtensionType * GetExtension
(
bool bIncludeSuper
)
GetExtension(TSubclassOf< UWidgetBlueprintGeneratedClassExtension >, bool)
Description
Find the first extension of the requested type.
| Name | GetExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h |
| Include Path | #include "Blueprint/WidgetBlueprintGeneratedClass.h" |
| Source | /Engine/Source/Runtime/UMG/Private/WidgetBlueprintGeneratedClass.cpp |
UWidgetBlueprintGeneratedClassExtension * GetExtension
(
TSubclassOf < UWidgetBlueprintGeneratedClassExtension > InExtensionType,
bool bIncludeSuper
)