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