Navigation
API > API/Plugins > API/Plugins/DataValidation
Inheritance Hierarchy
- IFixer
- FValidatingFixer
References
| Module | DataValidation |
| Header | /Engine/Plugins/Editor/DataValidation/Source/DataValidation/Public/DataValidationFixers.h |
| Include | #include "DataValidationFixers.h" |
Syntax
struct FValidatingFixer : public IFixer
Remarks
IFixer which wraps another fixer and makes it validate any assets touched by the fix.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IFixer > | Inner |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FFixResult | |||
| TSharedRef< FValidatingFixer > | Create
(
TSharedRef< IFixer > Inner |
||
| EFixApplicability | GetApplicability
(
int32 FixIndex |