Navigation
API > API/Editor > API/Editor/MirrorDataTableEditor > API/Editor/MirrorDataTableEditor/FMirrorDataTableValidator
Used to record an issue when validating a Mirror Data Table.
| Name | FIssue |
| Type | struct |
| Header File | /Engine/Source/Editor/MirrorDataTableEditor/Public/MirrorDataTableValidator.h |
| Include Path | #include "MirrorDataTableValidator.h" |
Syntax
struct FIssue
Enums
Public
| Name | Remarks |
|---|---|
| ESeverity |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Message | FText | Summary of what went wrong. | MirrorDataTableValidator.h | |
| RowName | FName | Row where the issue is present. | MirrorDataTableValidator.h | |
| Severity | ESeverity | Determines the scale of the issue | MirrorDataTableValidator.h |