Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTextureRenderTarget2DArray
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTarget2DArray.h |
Include | #include "Engine/TextureRenderTarget2DArray.h" |
Source | /Engine/Source/Runtime/Engine/Private/TextureRenderTarget2DArray.cpp |
void Init
&40;
uint32 InSizeX,
uint32 InSizeY,
uint32 InSlices,
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 |
InSizeY | height of the texture |
InSlices | slices of the texture |
InFormat | format of the texture |