Navigation
Unreal Engine C++ API Reference > Runtime > RHI
References
Module | RHI |
Header | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
Include | #include "RHICommandList.h" |
Syntax
struct FLockTracker
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FCriticalSection | CriticalSection | |
![]() |
TArray< FLockParams, TInlineAllocator< 16 > > | OutstandingLocks | |
![]() |
uint32 | TotalMemoryOutstanding |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLockTracker () |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Lock
(
void* RHIBuffer, |
|
![]() |
FLockParams | Unlock
(
void* RHIBuffer |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FLockParams |