Navigation
API > API/Runtime > API/Runtime/UMG
This extention is just a data container that can be used to attach arbitrary data to a widget
| Name | UContextDataWidgetExtension |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Extensions/ContextDataWidgetExtension.h |
| Include Path | #include "Extensions/ContextDataWidgetExtension.h" |
Syntax
UCLASS ()
class UContextDataWidgetExtension : public UUserWidgetExtension
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UUserWidgetExtension → UContextDataWidgetExtension
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ContextData | TArray< TObjectPtr< UObject > > | Extensions/ContextDataWidgetExtension.h |
|