Navigation
API > API/Plugins > API/Plugins/TedsAssetData
Column added to a widget row to allow systems to provide an external ColorAndOpacity callback for the widget TODO: This need to be later on removed and replaced by updating the value only when needed (Hover/Selection etc...)
| Name | FOnGetWidgetColorAndOpacityColumn_Experimental |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsAssetData/Public/TedsAssetDataWidgetColumns.h |
| Include Path | #include "TedsAssetDataWidgetColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Widget with externally managed ColorAndOpacity"))
struct FOnGetWidgetColorAndOpacityColumn_Experimental : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FOnGetWidgetColorAndOpacityColumn_Experimental
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnGetWidgetColorAndOpacity | FOnGetWidgetColorAndOpacity | TedsAssetDataWidgetColumns.h |