- Import the attached VertexColorTest.fbx into a static mesh.
- Open the static mesh, change the material to use the Engine material CameraLitVertexColor (you must enable the engine filter to select it).
- Right click in the content browser and create a new Physics/Cloth Asset.
- Open the Cloth Asset.
- In the Dataflow Graph, right click and add a new StaticMeshImport Node.
- Select the newly created node and select the VertexColorTest StaticMesh as the source of the import.
- Connect the Collection Output to the LOD0 input of the Terminal Node (you can also disconnect LOD0 and LOD1, and remove the pins for these to prevent LOD switching, or select LOD0 in the viewport UI).
- Click in the Preview Viewport and press F to reframe on the test asset.
Observed result: The colors don’t match the Static Mesh asset, orange looks red, and purple look blue.
Expected result: The colors exactly match the Static Mesh asset.