Navigation
API > API/Editor > API/Editor/MirrorDataTableEditor > API/Editor/MirrorDataTableEditor/FMirrorDataTableValidator
Description
Checks for two entries mapping to the same mirror entry causing the operation to no be invertible. Ex. A -> B and C -> B.
| Name | ValidateReverseMappings |
| Type | function |
| Header File | /Engine/Source/Editor/MirrorDataTableEditor/Public/MirrorDataTableValidator.h |
| Include Path | #include "MirrorDataTableValidator.h" |
| Source | /Engine/Source/Editor/MirrorDataTableEditor/Private/MirrorDataTableValidator.cpp |
static void ValidateReverseMappings
(
const UMirrorDataTable & MirrorDataTable,
FResult & OutResult,
FScopedSlowTask & InOutProgress
)