The Volinga Plugin enables you to integrate both 3D Gaussian Splats (3DGS) and animated 4D Gaussian Splats (4DGS) into your Unreal Engine projects.
4D Gaussian Splatting (4DGS) support is available starting with Volinga Renderer v0.10.0.
4DGS is supported only for NVOL assets generated with Volinga Suite.
Other supported file formats (PLY, SOG, and SPZ) only support static 3D Gaussian Splats (3DGS).To learn how to create 4D Gaussian Splats, see the Volinga Suite documentation.
Gaussian Splat assets can be imported directly into the Unreal Editor and rendered in real time using the Volinga Renderer. Once imported, they behave like native Unreal Engine assets and can be placed, streamed, animated, and managed as part of your existing production workflow.
The Volinga Plugin currently supports importing the following Gaussian Splat file formats:
| Format | Description |
|---|---|
| NVOL | Native Volinga Gaussian Splat format. |
| PLY | Standard point-based Gaussian Splat format. |
| SOG | Gaussian Splat format supported starting with v0.10.0. |
| SPZ | Gaussian Splat format supported starting with v0.10.0. |
You can import any supported Gaussian Splat file by simply dragging and dropping it from Windows File Explorer into the Unreal Engine Content Browser.
The Volinga Plugin automatically imports the file and creates the corresponding Unreal Engine asset, making it immediately available for use in your project.
Once imported, simply drag the generated asset from the Content Browser into the viewport to create a Volinga Radiance Field Actor, allowing the Gaussian Splat to be rendered in real time.
Alternatively, you can manually create a Volinga Radiance Field Actor and assign the desired Gaussian Splat asset from the Radiance Fields Settings panel.
Each Radiance Field Actor includes a Crop Volume subcomponent. When enabled, it acts as a cropping box that can be adjusted using its transform (location, rotation, and scale) to selectively render portions of the Gaussian Splat.
The plugin supports multiple Radiance Field Actors within the same level, enabling complex scenes composed of multiple Gaussian Splats. These actors fully integrate with Unreal Engine systems such as Level Streaming, Sequencer, Cine Camera Actors, Post Process Volumes, and other native scene components.
Starting with Volinga Renderer v0.10.0, imported Gaussian Splat assets expose additional metadata through the NVOL Asset Details.
These properties provide useful information about the imported asset, making it easier to identify, inspect, and validate Gaussian Splats directly from within Unreal Engine.
The metadata can be accessed from:

NVOL assets imported with earlier plugin versions do not contain this metadata, so the corresponding fields will initially appear empty.
To populate the metadata, simply create (or load) a Volinga Radiance Field Actor using the legacy asset. The plugin will automatically initialize the missing information, allowing the asset to be saved with the updated metadata.

The following metadata fields are available:
| Property | Description |
|---|---|
| File Path | Absolute path to the original Gaussian Splat file on disk. This allows you to quickly identify the source file used to generate the Unreal asset. |
| Asset Type | Indicates whether the asset contains a 3D Gaussian Splat (3DGS) or an animated 4D Gaussian Splat (4DGS). |
| Splat Count | Total number of Gaussian Splats contained in the asset. |
| Color Space | Displays the color space used by the imported asset. |
| Embedded License | Displays the licensing status embedded within the Gaussian asset. See the table below for the possible values. |
| Sequence Frame Length | Total number of frames contained in a 4DGS sequence. This field is only applicable to animated Gaussian Splats. |
| Frame Rate | Playback frame rate of a 4DGS sequence. This field is only applicable to animated Gaussian Splats. |
The Embedded License field indicates how the asset is licensed and how it will behave during rendering.
| Status | Description |
|---|---|
| Commercial License | The NVOL asset contains a valid embedded commercial license and can be rendered normally. |
| Non-commercial License | The NVOL asset does not contain a valid commercial signature. It can still be rendered, but a blinking watermark will be displayed. |
| No License | The asset does not contain an embedded Volinga license. This is typically the case for external formats such as PLY, SOG, and SPZ. These assets require a valid Volinga license to be rendered. |