Navigation
API > API/Editor > API/Editor/UMGEditor
Widget Delegates
| Name | FWidgetBlueprintDelegates |
| Type | class |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h |
| Include Path | #include "WidgetBlueprint.h" |
Syntax
class FWidgetBlueprintDelegates
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FGetAssetTags | TMulticastDelegate_TwoParams< void, const UWidgetBlueprint *, TArray< UObject::FAssetRegistryTag > & > | WidgetBlueprint.h | |
| FGetAssetTagsWithContext | TMulticastDelegate_TwoParams< void, const UWidgetBlueprint *, FAssetRegistryTagsContext > | Delegate for generating widget asset registry tags. | WidgetBlueprint.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| GetAssetTags | FGetAssetTags | WidgetBlueprint.h | |
| GetAssetTagsWithContext | FGetAssetTagsWithContext | Called by UWdgetBlueprint::GetAssetRegistryTags() | WidgetBlueprint.h |