Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTextureRenderTargetVolume
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetVolume.h |
Include | #include "Engine/TextureRenderTargetVolume.h" |
Source | /Engine/Source/Runtime/Engine/Private/TextureRenderTargetVolume.cpp |
UVolumeTexture * ConstructTextureVolume
(
UObject * InOuter,
const FString & InNewTextureName,
EObjectFlags InObjectFlags,
uint32 InFlags,
TArray < uint8 > * InAlphaOverride
)
Remarks
Utility for creating a new UVolumeTexture from a UTextureRenderTargetVolume New UVolumeTexture object.
Parameters
Name | Description |
---|---|
InOuter | Outer to use when constructing the new UVolumeTexture. |
InNewTextureName | Name of new UVolumeTexture object. |
InObjectFlags | Flags to apply to the new UVolumeTexture object |
InFlags | Various control flags for operation (see EConstructTextureFlags) |
InAlphaOverride | If specified, the values here will become the alpha values in the resulting texture |