Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/FWidgetBlueprintDelegates
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FGetAssetTagsWithContext |
Delegate for generating widget asset registry tags. | WidgetBlueprint.h | |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FGetAssetTags |
WidgetBlueprint.h |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FGetAssetTagsWithContext)
Description
Delegate for generating widget asset registry tags.
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h |
| Include Path | #include "WidgetBlueprint.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FGetAssetTagsWithContext
)
DECLARE_TS_MULTICAST_DELEGATE_TwoParams(FGetAssetTags)
| Name | DECLARE_TS_MULTICAST_DELEGATE_TwoParams |
| Type | function |
| Header File | /Engine/Source/Editor/UMGEditor/Public/WidgetBlueprint.h |
| Include Path | #include "WidgetBlueprint.h" |
DECLARE_TS_MULTICAST_DELEGATE_TwoParams
(
FGetAssetTags
)