Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/FRenderTargetPool
Description
Only to get statistics on usage and free elements. Normally only called in renderthread or if FlushRenderingCommands was called()
| Name | GetStats |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RenderTargetPool.h |
| Include Path | #include "RenderTargetPool.h" |
| Source | /Engine/Source/Runtime/RenderCore/Private/RenderTargetPool.cpp |
void GetStats
(
uint32 & OutWholeCount,
uint32 & OutWholePoolInKB,
uint32 & OutUsedInKB
) const