Navigation
API > API/Plugins > API/Plugins/TedsAlerts
Column containing information a user needs to be alerted of.
| Name | FTedsAlertColumn |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsAlerts/Public/TedsAlertColumns.h |
| Include Path | #include "TedsAlertColumns.h" |
Syntax
USTRUCT (Meta=(DisplayName="Alert"))
struct FTedsAlertColumn : public FEditorDataStorageColumn
Inheritance Hierarchy
- FEditorDataStorageColumn → FTedsAlertColumn
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AlertType | FTedsAlertColumnType | The type of alert. This is used for ordering and to show appropriate icons. | TedsAlertColumns.h |
|
| CachedParent | UE::Editor::DataStorage::RowHandle | Store a copy of the parent row so it's possible to detect if a row has been reparented. | TedsAlertColumns.h | |
| Message | FText | TedsAlertColumns.h | ||
| Name | FName | Unique name to identify the message with. | TedsAlertColumns.h | |
| NextAlert | UE::Editor::DataStorage::RowHandle | If valid, points to the next alert in the chain.The next alert will take the place of the current alert if this alert is cleared. | TedsAlertColumns.h | |
| Priority | uint8 | A chain of priorities is sorted by errors, then warnings. | TedsAlertColumns.h |
|