Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ExtensionType * GetExtension () |
Find the first extension of the requested type. | Blueprint/UserWidget.h | |
UUserWidgetExtension * GetExtension
(
TSubclassOf< UUserWidgetExtension > ExtensionType |
Find the first extension of the requested type. | Blueprint/UserWidget.h |
|
GetExtension()
Description
Find the first extension of the requested type.
| Name | GetExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
template<typename ExtensionType>
ExtensionType * GetExtension() const
GetExtension(TSubclassOf< UUserWidgetExtension >)
Description
Find the first extension of the requested type.
| Name | GetExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
| Source | /Engine/Source/Runtime/UMG/Private/UserWidget.cpp |
UFUNCTION (BlueprintCallable, Category="User Interface|Extension",
Meta=(DeterminesOutputType="ExtensionType"))
UUserWidgetExtension * GetExtension
(
TSubclassOf < UUserWidgetExtension > ExtensionType
) const