Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Extensions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UWidgetBlueprintGeneratedClassExtension
- UMVVMViewClass
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Extensions/WidgetBlueprintGeneratedClassExtension.h |
| Include | #include "Extensions/WidgetBlueprintGeneratedClassExtension.h" |
Syntax
class UWidgetBlueprintGeneratedClassExtension : public UObject
Remarks
WidgetExtension is the base class for components that define reusable behavior that can be added to different types of Widgets.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
UUserWidget* UserWidget |
Extend the UUserWidget::Construct function. | |
| void | Destruct
(
UUserWidget* UserWidget |
Extend the UUserWidget::Destruct function. | |
| void | Initialize
(
UUserWidget* UserWidget |
Extend the UUserWidget::Initialize function. | |
| void | PreConstruct
(
UUserWidget* UserWidget, |
Extend the UUserWidget::PreConstruct function |