I’m hoping to swap out or add animations, meshes and sounds to Verse scripts. How can I spawn a skeletal mesh and set animations to play conditionally on a Verse script that inherits from ‘creative_device’?
I have scoured the documentation and tutorials on YouTube but found nothing covering this.
So there’s currently no way to build on top of the base class and spawn a skeletal mesh with a specific animation? The animated_mesh_device class allows users to set skeletal meshes and animations, so I assumed I could derive from this and change things via Verse.
afaik you can’t, what you can do is have multiple (props?) with different animations assigned and juggle them with hide (teleport to hidden location cause there’s no hide method…)
but I’m just using uefn for a week or so and would be happy to be all wrong and corrected
Is it possible to edit or modify the default static mesh used for Verse scripts from in the script itself? Blueprints has this as a feature, but it doesn’t appear that I’m able to set class defaults for the device mesh unless I drag it into the world and change it there.
Thank you! It looks like Verse is still very limited with what it can do. I hope the next step the UEFN developers take is to add simple features like class defaults, more control over vector math things and so on.