I’m trying to build ModaCamera plugin from here: chronicler-software/ModalCamera: Unreal plugin that provides a Camera system supporting transitions between modes on the camera responsibility chain.
And I have an issue that it want to inherit from UCameraMode from GameplayCameras, but it looks like it does not exist anywhere except 5.4. I found this doc UCameraMode | Unreal Engine 5.4 Documentation | Epic Developer Community and it’s telling me that UCameraMode should exist in /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCameras/Public/Core/CameraMode.h but there is no such file in 5.5 and 5.3