Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/UUserWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ExtensionType * AddExtension () |
Add the extension of the requested type. | Blueprint/UserWidget.h | |
UUserWidgetExtension * AddExtension
(
TSubclassOf< UUserWidgetExtension > InExtensionType |
Add the extension of the requested type. | Blueprint/UserWidget.h |
|
AddExtension()
Description
Add the extension of the requested type.
| Name | AddExtension |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h |
| Include Path | #include "Blueprint/UserWidget.h" |
template<typename ExtensionType>
ExtensionType * AddExtension()
AddExtension(TSubclassOf< UUserWidgetExtension >)
Description
Add the extension of the requested type.
| Name | AddExtension |
| 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="InExtensionType"))
UUserWidgetExtension * AddExtension
(
TSubclassOf < UUserWidgetExtension > InExtensionType
)