Creating Volume Textures

Taking a look at creating Volume Textures in your UE4 projects.

Choose your operating system:

Windows

macOS

Linux

Before you can use Volume Textures in your Unreal Engine 4 (UE4) project, you will need to enable them. In the following How-To, we will take a look at setting up your UE4 project to use Volume Textures.

Steps

  1. First, make sure that the Editor is closed, and then locate your project's DefaultEngine.ini file and open it.

  2. Locate the Script/Engine.RendererSettings section and add the following variable, then save the file when you have added it:

    r.AllowVolumeTextureAssetCreation=1
  3. Re-launch the Editor, and in the Content Browser, locate a Texture that needs to be made into a Volume Texture.
    VolumeTexture_Texture.png

  4. Right-click on the Texture and from the displayed menu, click on Create Volume Texture .
    VolumeTexture_ConverteTextureToVolumeTexture.png

  5. When completed, a new Volume Texture Asset will be created and added to the Content Browser.
    VolumeTexture_CreatedVolumeTexture-1.png

End Result

With the Volume Texture now created, double-click it to view it in the Texture Editor. To see how the Volume Texture will look in 3D, hold down your left mouse button and move the mouse around in the Texture Editor. This will rotate the Volume Texture so you can see it from different points of view, like in the following video:

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss