Navigation
API > API/Plugins > API/Plugins/TedsAssetData
Column added to a widget row when an external widget manages On Clicked behavior
| Name | FExternalWidgetOnClickedColumn_Experimental |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsAssetData/Public/Widgets/AssetPreview/TedsAssetPreviewWidgetColumns.h |
| Include Path | #include "Widgets/AssetPreview/TedsAssetPreviewWidgetColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Widget with externally managed On Clicked behavior"))
struct FExternalWidgetOnClickedColumn_Experimental : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FExternalWidgetOnClickedColumn_Experimental
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnClicked | TDelegate< void()> | Delegate to execute during the On Click of the widget TODO: BindEvent currently do not support custom return value, since FReply do not have a default constructor it will fail FOnClicked OnClicked; | Widgets/AssetPreview/TedsAssetPreviewWidgetColumns.h |