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 |
void Init
&40;
uint32 InSizeX,
uint32 InSizeY,
uint32 InSizeZ,
EPixelFormat InFormat
&41;
Remarks
Initialize the settings needed to create a render target texture and create its resource
Parameters
Name | Description |
---|---|
InSizeX | width of the texture |
InFormat | format of the texture |