Navigation
API > API/Plugins > API/Plugins/DataValidation
References
| Module | DataValidation |
| Header | /Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/DataValidationFixers.h |
| Include | #include "DataValidationFixers.h" |
Syntax
struct FMutuallyExclusiveFixSet
Remarks
IFixer made out of many smaller fixers. Only one of the fixes in the set may be applied. Once applied, the remaining fixers become non-applicable.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
const FText& Label, |
Add a fixer to the set. | |
| void | CreateTokens
(
const TFunctionRef< void(TSharedRef< FFixToken >)>& Callback |
Generate FFixTokens from the set. These tokens can then be added to a message. | |
| void | Transform
(
const TFunctionRef< TSharedRef< IFixer >(TSharedRef< IFixer >)>& Callback |
Transform all fixes. |