Skip to content

This Python script removes invalid static meshes from a Unreal Engine 4 level

License

Notifications You must be signed in to change notification settings

iukpo/Invalid_Static_Mesh_Remover_UE4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Invalid Static Mesh Remover

This Python script removes invalid static meshes from actors in an Unreal Engine 4 level. This should help to remove the annoying "invalid static mesh for actor" messages that occasionally appear when working with an actor whose mesh is no longer valid because its reference has been deleted.

Brief Notes

This script was written in Python 2.7 and should work in UE 4.24 +.

TODOS

If necessary for future versions of Unreal Engine (4.26 has just been released as of this readme's creation), the script will be ported to Python 3. Need to add extra code for error handling and reporting to UE4.

About

This Python script removes invalid static meshes from a Unreal Engine 4 level

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages