Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UWidgetBlueprintGeneratedClass
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< UWidgetBlueprintGeneratedClassExtension * > GetExtensions
(
TSubclassOf< UWidgetBlueprintGeneratedClassExtension > InExtensionType, |
Find the extensions of the requested type. | Blueprint/WidgetBlueprintGeneratedClass.h | |
void GetExtensions
(
TArray< UWidgetBlueprintGeneratedClassExtension* >& OutExtensions, |
Blueprint/WidgetBlueprintGeneratedClass.h |
GetExtensions(TSubclassOf< UWidgetBlueprintGeneratedClassExtension >, bool)
Description
Find the extensions of the requested type.
| Name | GetExtensions |
| 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 |
TArray < UWidgetBlueprintGeneratedClassExtension * > GetExtensions
(
TSubclassOf < UWidgetBlueprintGeneratedClassExtension > InExtensionType,
bool bIncludeSuper
)
GetExtensions(TArray< UWidgetBlueprintGeneratedClassExtension * > &, TSubclassOf< UWidgetBlueprintGeneratedClassExtension >, bool)
| Name | GetExtensions |
| 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 |
void GetExtensions
(
TArray < UWidgetBlueprintGeneratedClassExtension * > & OutExtensions,
TSubclassOf < UWidgetBlueprintGeneratedClassExtension > InExtensionType,
bool bIncludeSuper
)