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
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 |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FGetAssetTagsWithContext |
Delegate for generating widget asset registry tags. | Blueprint/WidgetBlueprintGeneratedClass.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FGetAssetTags |
Blueprint/WidgetBlueprintGeneratedClass.h | ||
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FCollectSaveOverrides |
Blueprint/WidgetBlueprintGeneratedClass.h |