Navigation
API > API/Runtime > API/Runtime/RHI
| Name | FLockTracker |
| Type | struct |
| Header File | /Engine/Source/Runtime/RHI/Public/RHICommandList.h |
| Include Path | #include "RHICommandList.h" |
Syntax
struct FLockTracker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLockTracker() |
RHICommandList.h |
Structs
| Name | Remarks |
|---|---|
| FLockParams |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CriticalSection | FCriticalSection | RHICommandList.h | ||
| OutstandingLocks | TArray< FLockParams, TInlineAllocator< 16 > > | RHICommandList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FORCEINLINE_DEBUGGABLE void Lock
(
void* RHIBuffer, |
RHICommandList.h | ||
FORCEINLINE_DEBUGGABLE FLockParams Unlock
(
void* RHIBuffer |
RHICommandList.h |