
- Версия Unreal Engine
- 5.4
Use Cases
- Play Video from Asset Files: Effortlessly play video assets stored directly within your Unreal project, ideal for in-game cinematics or instructional content.
- Play Video from Local File Paths: Load and play video files from the user's local file system, perfect for media applications that let users interact with their own content.
- Stream Video from URLs: Stream videos from remote URLs for a fully integrated online experience, suitable for web-based content, streaming services, or interactive media.
Features
- Multi-Source Video Playback: Play videos from assets, local file paths, or streaming URLs with a single function call.
- Cross-Platform Consistency: Ensure videos render flawlessly across all supported platforms - desktop, mobile, or VR.
- Customizable UI: Easily modify the player's appearance with a color scheme that integrates seamlessly into your project.
- Seamless Integration: Fully integrated within Unreal Engine, removing the need for complicated setup or native library management.
- Full Video Control: Gain complete control over video playback, including play, pause, volume adjustments, fullscreen mode, and more.
- Quick Setup: Integrate a full video player into your project with just one line of code - no manual UI or asset setup required.
Technical details
- Multi-Source Loading: Supports video playback from asset files, local file paths, and streaming URLs.
- Cross-Platform Video Playback: Ensures consistent playback across Unreal Engine - supported platforms (Windows, Android, iOS, Mac, etc.).
- Dynamic UI Customization: Customize the video player’s appearance with a flexible color scheme.
- Native Unreal Engine Plugin: Built entirely in C++, ensuring seamless integration without the need for native libraries or frequent updates tied to OS changes.
Number of Blueprints: 4
Number of Classes: 5
Number of Materials: 1
Number of Textures: 13
Texture Resolutions:
- 1x1
- 128x128
- 256x256
Supported Development Platforms:
- Windows: Yes
- Mac: Yes
Example Project Android: Giga Video Player Android Demo
Example Project Windows: Giga Video Player Windows Demo