UE-BUIValidator icon indicating copy to clipboard operation
UE-BUIValidator copied to clipboard

UE4 UI Texture Validator Plugin

Results 4 UE-BUIValidator issues
Sort by recently updated
recently updated
newest added

## Intention Paths that match with `StartWith` requires us to add a new path for every plugin with content. The Modular Game Features plugin type in UE5 promotes a project...

As of UE 5.0.2 Megascan textures import as streaming if you are using virtual textures. This causes a problem for existing auto material that does not use streaming. In the...

This fixes issue #4 by checking for pre-existing settings instead of trying to get a valid Texture Factory. Because it would likely require bigger changes if it's to work with...

When importing a new texture, the validator crashes the editor. ![image](https://user-images.githubusercontent.com/693684/236850023-69a3b4a1-b289-4d83-bbbb-2cf5a3eb898b.png) Callstack: ![image](https://user-images.githubusercontent.com/693684/236849886-991223e0-9b38-45b9-885c-9af455bc9a1f.png) Based on a discussion with Ryan on the BenUI Discord, it seems like the new Interchange Plugin...