/** * just a copy of the Hat_CamMode_CatTrainRoof */ class mcu8_CamMode_CatTrainRoof extends Hat_CamMode_Dynamic; defaultproperties { CameraPriority = 105; IsCamAssist = false; IsDynamic = true; IsAdditive = true; FadeInTime = 0.4f; FadeOutTime = 0.4f; } event Render(Hat_PlayerCamera_Base PlayerCamera, Pawn TPawn, const float DeltaTime, out Vector camEnd, out Rotator camRotation, const Rotator PlayerRotation, out float FoV, out sDynamicCameraInfo DynamicCameraInfo) { FoV *= 1.1; }