Navigation
API > API/Runtime > API/Runtime/Renderer
Description
- Retrieves the GPU data of a global distance field clipmap for access by the CPU
-
Currently only works with the highest res clipmap on the first updated view in the frame
| Name | RequestGlobalDistanceFieldReadback |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/GlobalDistanceFieldReadback.h |
| Include Path | #include "GlobalDistanceFieldReadback.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/GlobalDistanceField.cpp |
void RequestGlobalDistanceFieldReadback
(
FGlobalDistanceFieldReadback * Readback
)