Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/Extensions
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UUserWidgetExtension
- UMVVMView
References
| Module | UMG |
| Header | /Engine/Source/Runtime/UMG/Public/Extensions/UserWidgetExtension.h |
| Include | #include "Extensions/UserWidgetExtension.h" |
Syntax
class UUserWidgetExtension : public UObject
Remarks
UserWidgetExtension 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 () |
Extend the UUserWidget::Construct function | |
| void | Destruct () |
Extend the UUserWidget::Destruct function | |
| UUserWidget * | |||
| void | Initialize () |
Extend the UUserWidget::Initialize function | |
| bool | RequiresTick () |
Does the extension requires tick. | |
| void | Extend the UUserWidget::Tick function. |