Verse API Issue: SetMesh() for CreativeProp(BP) cannot use any Mesh other than those hard-coded in Verse.

Off course, These here.

Working:

Not Working:

This is a video based on the snippet from the thread.
In the first video, everything works as expected.
In the second video, when the Mesh_A and Mesh_B editable variables exposed on the VerseDevice are modified in the level, the mesh switching via the ButtonDevice no longer works.

It seems that, in the Verse code, only the meshes initially assigned to Mesh_A and Mesh_B can be used — any other mesh changes are not applied.