Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIResource
| Name | FAtomicFlags |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIResources.h |
| Include Path | #include "RHIResources.h" |
Syntax
class FAtomicFlags
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DeletingBit | uint32 | RHIResources.h | |
| MarkedForDeleteBit | uint32 | RHIResources.h | |
| NumRefsMask | uint32 | RHIResources.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Packed | std::atomic_uint | RHIResources.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddRef
(
std::memory_order MemoryOrder |
RHIResources.h | ||
bool Deleting() |
RHIResources.h | ||
int32 GetNumRefs
(
std::memory_order MemoryOrder |
RHIResources.h | ||
bool IsMarkedForDelete
(
std::memory_order MemoryOrder |
RHIResources.h | ||
bool IsValid
(
std::memory_order MemoryOrder |
RHIResources.h | ||
bool MarkForDelete
(
std::memory_order MemoryOrder |
RHIResources.h | ||
int32 Release
(
std::memory_order MemoryOrder |
RHIResources.h | ||
bool UnmarkForDelete
(
std::memory_order MemoryOrder |
RHIResources.h |