The concepts section covered how the runtime thinks about cameras. This section is about how you actually get work done in the plugin day-to-day: authoring camera types, driving them from Blueprint, picking transitions, and working inside the graph editor.
A reasonable reading order:
- Concepts — if you haven't read it yet, start here. Everything below assumes you know what a context, director, evaluation tree, and modifier are.
- Authoring Camera Types — creating type assets, placing nodes, wiring pins, exposing parameters, declaring variables.
- The Graph Editor — the UI tour. Palette, pin colors, exec chains, Details panel, build pane, undo/redo.
- Blueprint API — activating cameras from BP, adding and removing modifiers, DataTable-driven activation.
- Transitions & Blending — picking the right transition, the five-tier resolution chain in practice, authoring the transition table.
None of the pages require Blueprint or C++ expertise beyond what any UE 5 project would expect — if you can place and wire a Blueprint node, you can author a camera. The C++ side is relevant mainly if you plan to ship custom nodes or custom transitions of your own.