Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGPUMemoryReadback
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsReady () |
Indicates if the data is in place and ready to be read. | RHIGPUReadback.h | |
bool IsReady
(
FRHIGPUMask GPUMask |
Indicates if the data is in place and ready to be read on a subset of GPUs. | RHIGPUReadback.h |
IsReady()
Description
Indicates if the data is in place and ready to be read.
| Name | IsReady |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIGPUReadback.h |
| Include Path | #include "RHIGPUReadback.h" |
bool IsReady()
IsReady(FRHIGPUMask)
Description
Indicates if the data is in place and ready to be read on a subset of GPUs.
| Name | IsReady |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIGPUReadback.h |
| Include Path | #include "RHIGPUReadback.h" |
bool IsReady
(
FRHIGPUMask GPUMask
)