Navigation
API > API/Runtime > API/Runtime/RHICore
| Name | FRHIHeapDescriptorAllocator |
| Type | class |
| Header File | /Engine/Source/Runtime/RHICore/Public/RHIDescriptorAllocator.h |
| Include Path | #include "RHIDescriptorAllocator.h" |
Syntax
class FRHIHeapDescriptorAllocator : protected FRHIDescriptorAllocator
Inheritance Hierarchy
- FRHIDescriptorAllocator → FRHIHeapDescriptorAllocator
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RHIDescriptorAllocator.h | |||
FRHIHeapDescriptorAllocator
(
ERHIDescriptorTypeMask InTypeMask, |
RHIDescriptorAllocator.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TypeMask | const ERHIDescriptorTypeMask | RHIDescriptorAllocator.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHIDescriptorHandle Allocate
(
ERHIDescriptorType InType |
RHIDescriptorAllocator.h | ||
TOptional< FRHIDescriptorAllocation > Allocate
(
uint32 NumDescriptors |
RHIDescriptorAllocator.h | ||
void Free
(
FRHIDescriptorHandle InHandle |
RHIDescriptorAllocator.h | ||
void Free
(
FRHIDescriptorAllocation Allocation |
RHIDescriptorAllocator.h | ||
bool GetAllocatedRange
(
FRHIDescriptorAllocatorRange& OutRange |
Get the range of allocated descriptors. Useful for determining the smallest range to copy between heaps. | RHIDescriptorAllocator.h | |
uint32 GetCapacity() |
RHIDescriptorAllocator.h | ||
ERHIDescriptorTypeMask GetTypeMask() |
RHIDescriptorAllocator.h | ||
bool HandlesAllocation
(
ERHIDescriptorType InType |
RHIDescriptorAllocator.h | ||
bool HandlesAllocations
(
ERHIDescriptorTypeMask InTypeMask |
RHIDescriptorAllocator.h | ||
TOptional< FRHIDescriptorAllocation > ResizeGrowAndAllocate
(
uint32 NewCapacity, |
RHIDescriptorAllocator.h |