FRHICommandCopyToStagingBuffer

Windows
MacOS
Linux

Inheritance Hierarchy

FRHICommandBase

FRHICommand

FRHICommandCopyToStagingBuffer

References

Module

RHI

Header

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

Include

#include "RHICommandList.h"

Syntax

Variables

Name Description

Public variable

FRHIStagingBuff...

 

DestinationStagingBuffer

Public variable

uint32

 

NumBytes

Public variable

uint32

 

Offset

Public variable

FRHIVertexBuffe...

 

SourceBuffer

Constructors

Name Description

Public function

FRHICommandCopyToStagingBuffer

(
    FRHIVertexBuffer* InSourceBuff...,
    FRHIStagingBuffer* InDestinati...,
    uint32 InOffset,
    uint32 InNumBytes
)

Functions

Name Description

Public function

void

 

Execute

(
    FRHICommandListBase& CmdList
)

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