Navigation
API > API/Runtime > API/Runtime/RenderCore > API/Runtime/RenderCore/IRendererModule
Description
Fetch the virtual texture page requests recorded since the last call to SetVirtualTextureRequestRecordBuffer. Returns the handle that was passed in.
| Name | GetVirtualTextureRequestRecordBuffer |
| Type | function |
| Header File | /Engine/Source/Runtime/RenderCore/Public/RendererInterface.h |
| Include Path | #include "RendererInterface.h" |
uint64 GetVirtualTextureRequestRecordBuffer
(
TSet < uint64 > & OutPageRequests
)