FRHIGPUMemoryReadback::EnqueueCopy

Copy the current state of the resource to the readback data.

Windows
MacOS
Linux

Override Hierarchy

FRHIGPUMemoryReadback::EnqueueCopy()

FRHIGPUBufferReadback::EnqueueCopy()

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIGPUReadback.h

Include

#include "RHIGPUReadback.h"

Syntax

virtual void EnqueueCopy
(
    FRHICommandList & RHICmdList,
    FRHIVertexBuffer * SourceBuffer,
    uint32 NumBytes
)

Remarks

Copy the current state of the resource to the readback data.

Parameters

Parameter

Description

RHICmdList

The command list to enqueue the copy request on.

SourceBuffer

The buffer holding the source data.

NumBytes

The number of bytes to copy. If 0, this will copy the entire buffer.

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