unreal-camera-fov-diagnostics

Diagnose Unreal Engine camera and FOV regressions across runtime systems.

16|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill unreal-camera-fov-diagnostics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unreal-camera-fov-diagnostics
Source: https://github.com/OrionUE/Orion_FreeEdition/tree/main/.agents/skills/unreal-camera-fov-diagnostics
Command: npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill unreal-camera-fov-diagnostics

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps Unreal Engine developers diagnose unexpected camera framing, field of view, viewmodel, and viewport behavior changes caused by project changes, engine upgrades, or runtime configuration differences.

Core Features & Use Cases

  • Camera Pipeline Diagnosis: Trace issues across view targets, Pawn cameras, CameraComponent settings, PlayerCameraManager modifiers, and runtime camera calculations.
  • First-Person FOV Analysis: Investigate weapon and viewmodel FOV, near clipping, socket offsets, animation cameras, and first-person rendering differences.
  • UE Upgrade Regression Support: Compare engine source behavior and validate fixes for camera changes across editor, PIE, standalone, and packaged builds.

Quick Start

Use the unreal-camera-fov-diagnostics skill to investigate why my Unreal Engine player's camera framing and FOV changed after an engine upgrade.

Frequently Asked Questions about unreal-camera-fov-diagnostics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why did my Unreal Engine camera framing and FOV change after an engine upgrade?

Unreal Engine camera framing and FOV regressions after upgrades usually originate from altered CameraComponent settings or PlayerCameraManager logic. You can trace these view target changes and validate fixes across PIE, standalone, and packaged builds without modifying engine installations.

How do I diagnose first-person viewmodel FOV issues in Unreal Engine?

Diagnosing first-person viewmodel FOV issues in Unreal Engine requires investigating socket offsets, near clipping planes, and animation cameras. This Skill systematically validates these rendering properties and camera components to isolate the source of the viewmodel discrepancy.

What is the best way to trace PlayerCameraManager output changes in UE?

Tracing PlayerCameraManager output changes in UE requires systematic validation of camera properties, runtime modes, and view target behavior across the pipeline. This process isolates whether regressions originate from Blueprint camera logic or component settings.

Can I fix camera regressions without modifying my Unreal Engine installation?

You can fix camera regressions without modifying your Unreal Engine installation by applying project-level fixes. This Skill validates CameraComponent settings, Blueprint camera logic, and runtime configurations to resolve FOV and viewport behavior discrepancies.

Does this camera diagnosis workflow apply to Blueprint camera logic?

This camera diagnosis workflow fully applies to Blueprint camera logic in UE projects. It traces issues across view targets, Pawn cameras, and CameraComponent settings to validate runtime calculations and identify regressions.