Navigation
API > API/Runtime > API/Runtime/UMG
| Name | FWidgetBlueprintGeneratedClassDelegates |
| Type | class |
| Header File | /Engine/Source/Runtime/UMG/Public/Blueprint/WidgetBlueprintGeneratedClass.h |
| Include Path | #include "Blueprint/WidgetBlueprintGeneratedClass.h" |
Syntax
class FWidgetBlueprintGeneratedClassDelegates
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FCollectSaveOverrides | TMulticastDelegate_TwoParams< void, const UWidgetBlueprintGeneratedClass *, FObjectCollectSaveOverridesContext > | Blueprint/WidgetBlueprintGeneratedClass.h | |
| FGetAssetTags | TMulticastDelegate_TwoParams< void, const UWidgetBlueprintGeneratedClass *, TArray< UObject::FAssetRegistryTag > & > | Blueprint/WidgetBlueprintGeneratedClass.h | |
| FGetAssetTagsWithContext | TMulticastDelegate_TwoParams< void, const UWidgetBlueprintGeneratedClass *, FAssetRegistryTagsContext > | Delegate for generating widget asset registry tags. | Blueprint/WidgetBlueprintGeneratedClass.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| CollectSaveOverrides | FCollectSaveOverrides | Called by UWidgetBlueprintGeneratedClass::CollectSaveOverrides() | Blueprint/WidgetBlueprintGeneratedClass.h |
| GetAssetTags | FGetAssetTags | Blueprint/WidgetBlueprintGeneratedClass.h | |
| GetAssetTagsWithContext | FGetAssetTagsWithContext | Called by UWidgetBlueprintGeneratedClass::GetAssetRegistryTags() | Blueprint/WidgetBlueprintGeneratedClass.h |