Second Camera Actor get’s deleted in shipped Game

I would love to include a CineCameraActor in my shipped Game, but always when i package every CineCamera (even inside Blueprints or spawned on BeginPlay) gets removed. Anybody know how i can include it?

HiddenInGame is false and EditorOnly is also false. CineCameraActors get’s deleted in all Build Configerations: Shipping, DebugGame and Development

The same happens when using a normal camera actor.

Hi @HKiewitt

I am only guseeing , but cinecameraactors are for movie renders only and are probably not in the build list.

I doubt you should be using cinecameras for game cameras and just use the normal camera actor within your game and blueprints.

Hi @High500,
thank you for that info.

Im working on a simulation game for film industry people. For that i kind of need a CineCamera, the normal camera actor just doesn’t cut it. I am using a normal camera for my character (that works great), but need an external camera, that works like in the film industry.

Is there any way to edit the build list?

I have now also tested the whole thing with a normal camera (as a second external camera), this also disappears after the package step.

The CameraActors have always worked and spawned, they were just invisible. If you attach another static mesh to them you can “see” them.

The functionality of the cameras was also there all the time, the actual problem was a composure thing, which is why I thought the cameras were deleted altogether.

1 Like

Yeah sorry youvsaid wasnt there so i presumed there was a deeper underlying issue. Good that you sorted it, as a curiositty does it still work with them being cine cameras?

Yes I had assumed it, because the camera was no longer there and everything that was based on the functionality of the camera also no longer worked.

But the camera was there all the time (only the mesh is always hidden even if you set isHiddeninGame to false) and the problem was with Composure which processes the camera image. Yes exactly, it also works without problems with a Cine Camera Actor.

Well at least that answers the cine camera question i knownfor future