FRenderTargetPool::GetStats

Only to get statistics on usage and free elements.

Windows
MacOS
Linux

References

Module

RenderCore

Header

/Engine/Source/Runtime/RenderCore/Public/RenderTargetPool.h

Include

#include "RenderTargetPool.h"

Source

/Engine/Source/Runtime/RenderCore/Private/RenderTargetPool.cpp

Syntax

void GetStats
(
    uint32 & OutWholeCount,
    uint32 & OutWholePoolInKB,
    uint32 & OutUsedInKB
) const

Remarks

Only to get statistics on usage and free elements. Normally only called in renderthread or if FlushRenderingCommands was called()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss