I have made a matinee animation for a few objects and when i press play for them nothing happens, when I exit out of the game, I get a bunch of errors saying
"
Mobility of /Game/Game/Maps/(MapName):PersistentLevel.Platform2x7 : StaticMeshComponent0 has to be ‘Movable’ if you’d like to move.
"
I’m not sure how to fix this please help.
Hey,
sounds like the StaticMeshComponent of the Actor has the mobility set to “Static”, but needs to be “Movable”. This can be changed in the Blueprint or in the World Outliner.
Thanks that fixed the problem!