Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/UWidgetBlueprintExtension
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static ExtensionType * RequestExtension
(
UWidgetBlueprint* InWidgetBlueprint |
Request an WidgetBlueprintExtension for an WidgetBlueprint. | WidgetBlueprintExtension.h | |
static UWidgetBlueprintExtension * RequestExtension
(
UWidgetBlueprint* InWidgetBlueprint, |
Request an WidgetBlueprintExtension for an WidgetBlueprint. | WidgetBlueprintExtension.h |
RequestExtension(UWidgetBlueprint *)
Description
Request an WidgetBlueprintExtension for an WidgetBlueprint.
It is illegal to perform this operation once compilation has commenced, use GetExtension instead.
| Name | RequestExtension |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintExtension.h |
| Include Path | #include "WidgetBlueprintExtension.h" |
template<typename ExtensionType>
static ExtensionType * RequestExtension
(
UWidgetBlueprint * InWidgetBlueprint
)
RequestExtension(UWidgetBlueprint *, TSubclassOf< UWidgetBlueprintExtension >)
Description
Request an WidgetBlueprintExtension for an WidgetBlueprint.
It is illegal to perform this operation once compilation has commenced, use GetExtension instead.
| Name | RequestExtension |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprintExtension.h |
| Include Path | #include "WidgetBlueprintExtension.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/WidgetBlueprintExtension.cpp |
static UWidgetBlueprintExtension * RequestExtension
(
UWidgetBlueprint * InWidgetBlueprint,
TSubclassOf < UWidgetBlueprintExtension > InExtensionType
)