FLockParams

Windows
MacOS
Linux

References

Module

RHI

Header

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

Include

#include "RHIUtilities.h"

Syntax

struct FLockParams

Variables

Name Description

Public variable

bool

 

bCreateLock

Public variable

bool

 

bDirectLock

Public variable

void *

 

Buffer

Public variable

uint32

 

BufferSize

Public variable

EResourceLockMo...

 

LockMode

Public variable

uint32

 

Offset

Public variable

void *

 

RHIBuffer

Constructors

Name Description

Public function

FLockParams

(
    void* InRHIBuffer,
    void* InBuffer,
    uint32 InOffset,
    uint32 InBufferSize,
    EResourceLockMode InLockMode,
    bool bInbDirectLock,
    bool bInCreateLock
)

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