Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTextureRenderTargetCube
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/TextureRenderTargetCube.h |
Include | #include "Engine/TextureRenderTargetCube.h" |
Source | /Engine/Source/Runtime/Engine/Private/TextureRenderTargetCube.cpp |
void Init
&40;
uint32 InSizeX,
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 |