Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/IStereoRenderTargetManager
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/StereoRenderTargetManager.h |
| Include | #include "StereoRenderTargetManager.h" |
virtual bool AllocateRenderTargetTextures
&40;
uint32 SizeX,
uint32 SizeY,
uint8 Format,
uint32 NumLayers,
ETextureCreateFlags Flags,
ETextureCreateFlags TargetableTextureFlags,
TArray< FTexture2DRHIRef > & OutTargetableTextures,
TArray< FTexture2DRHIRef > & OutShaderResourceTextures,
uint32 NumSamples
&41;
Remarks
Allocates the render target textures, which includes the color textures and optionally other textures like depth. The default implementation always returns false to indicate that the default texture allocation should be used instead. true, if textures were allocated; false, if the default texture allocation should be used.