Dataprep

Dataprep

Windows
MacOS
Linux

Actions

Convert Actors

Replace in the level all Actors provided with a new actor of type ActorClass. Destroy all Actors provided.

Target is Editor Level Library

Create Proxy Mesh Actor

Build a proxy mesh actor that can replace a set of mesh actors.

Target is Editor Level Library

Join Static Mesh Actors

Create a new Actor in the level that contains a duplicate of all the Actors Static Meshes Component. The ActorsToJoin need to be in the same Level. This will have a low impact on performance but may help the edition by grouping the meshes under a single Actor.

Target is Editor Level Library

Merge Static Mesh Actors

Merge the meshes into a unique mesh with the provided StaticMeshActors. There are multiple options on how to merge the meshes and their materials. The ActorsToMerge need to be in the same Level. This may have a high impact on performance depending of the MeshMergingSettings options.

Target is Editor Level Library

Replace Mesh Components Materials

Find the references of the material MaterialToReplaced on all the MeshComponents provided and replace it by NewMaterial.

Target is Editor Level Library

Replace Mesh Components Materials on Actors

Find the references of the material MaterialToReplaced on all the MeshComponents of all the Actors provided and replace it by NewMaterial.

Target is Editor Level Library

Replace Mesh Components Meshes

Find the references of the mesh MeshToBeReplaced on all the MeshComponents provided and replace it by NewMesh. The editor should not be in play in editor mode.

Target is Editor Level Library

Replace Mesh Components Meshes on Actors

Find the references of the mesh MeshToBeReplaced on all the MeshComponents of all the Actors provided and replace it by NewMesh.

Target is Editor Level Library

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback