I was doing the “Create A Level” Crash course on Unreal’s YouTube Channel, and I decided to take things a step further and make a double door rather than a single sliding door. So far I have not found a way to run two animations on Timeline, so I decided to turn to Matinee. When I try to add the meshes to the track, it throws up this:
Nothing to keyframe, or selected object can’t be keyframed on this type of track.
For example, you can’t move a StaticMesh, you must instead use an InterpActor.
All components of the door are set to movable so they are indeed InterpActors, and tracks are in an EmptyGroup so that shouldn’t be a problem.
Is there something I am doing wrong that I am getting this Error?