Asset Validation
OmniToolbox provides a module called OmniToolboxValidation that provide several asset validators that suit all projects and providing a project settings category to control them.
The default asset validation system has one critical flaw; Any marketplace assets you import or utilize in your project might fail the validator (such as a naming convention). But modifying these external assets can make updating them very difficult.
OmniToolbox looks to optionally solve this through its project settings. You can make all validators that are children of UOmniAssetValidator ignore certain paths by adding those paths to the Directories To Ignore array.
The FDirectoryPath struct seems to be bugged as of 5.7, which is the struct that provides a dropdown view of the projects directories. You might have to restart your project for your modifications to be registered.
Last updated