Açıklama
Automatic Cinematic Camera Rig for UE5
Vesper Camera Rig is a production-ready C++ Unreal Engine plugin designed to automate cinematic product reveals, turntables, 360° orbits, and architectural sweeps directly inside the Editor viewport—no Play-In-Editor (PIE) required.
Whether you are showcasing 3D assets, vehicles, props, or creating commercial trailers, Vesper provides instant procedural camera setups with automatic target framing and depth-of-field control.
---
✨ Key Features
*Instant Studio Panel (Slate UI):** Dedicated dockable editor window accessible from `Window > Vesper Camera Studio` or the Level Toolbar.
*Smart Auto-Framing (`AutoFrameTargetActor`):** Automatically calculates the target actor’s bounding box (`GetActorBounds`) and dynamically scales the camera distance based on FOV.
*6 Procedural Motion Styles (`EVesperMotionStyle`):**
🎬 *Circular Orbit (360°):** Smooth continuous rotational sweep around target.
🏎️ *Elliptical Sweep:** Asymmetric wide sweep for vehicles, weapons, and long assets.
🌀 *Spiral In / Spiral Out:** Radial zoom movement combined with height transitions.
✨ *Commercial Product Reveal:** Upward elevation sweep ideal for tech/product showcases.
🔄 *Turntable Bounce:** Sinusoidal oscillating back-and-forth movement (45° angle).
*Quick Orthographic Presets:** Instant Front, Side, and Top views with auto-focus distance locking.
*C++ & Blueprint Native:** Fully exposed function library (`UVesperCameraFunctionLibrary`) for custom Sequencer or Runtime integrations.
*Editor Real-Time Tick:** Utilizes `ShouldTickIfViewportsOnly()` for fluid preview without entering PIE.
---
🛠️ Technical Details
*Engine Compatibility:** Unreal Engine 5.5+
*Module Type:** Editor Plugin
C++ Classes Included:
* `AVesperCameraRigActor` (Master Rig Actor with `UCineCameraComponent`)
* `UVesperCameraFunctionLibrary` (Static Helper Library)
* `FVesperCameraRigModule` (Slate UI / Toolbar Integration)
*Target Platforms:** Windows, Mac, Linux
*Dependencies:** `CinematicCamera`, `Slate`, `ToolMenus`
---
📩 Support & Contact
*Official Support Email:** [email protected]
*Documentation & Updates:** Fully supported and maintained by Vesper System (a brand by Alwaysprettystore LLC).
📖 Official Plugin Documentation: For complete technical specifications, C++ API reference, and setup guides, please visit our official documentation: https://alwaysprettystore.com/Vesper_Camera_Rig/documentation.php


