Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIDescriptorRange
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRHIDescriptorRange
(
const FRHIDescriptorRange& |
Non-copyable due to manual AddRef/Release on resources. | RHIDescriptorRange.h | |
FRHIDescriptorRange
(
const FRHIDescriptorRangeDesc& InDesc, |
RHIDescriptorRange.h |
FRHIDescriptorRange(const FRHIDescriptorRange &)
Description
Non-copyable due to manual AddRef/Release on resources.
| Name | FRHIDescriptorRange |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDescriptorRange.h |
| Include Path | #include "RHIDescriptorRange.h" |
FRHIDescriptorRange
(
const FRHIDescriptorRange &
)
FRHIDescriptorRange(const FRHIDescriptorRangeDesc &, TConstArrayView< FRHIDescriptorResource >)
| Name | FRHIDescriptorRange |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIDescriptorRange.h |
| Include Path | #include "RHIDescriptorRange.h" |
| Source | /Engine/Source/Runtime/RHI/Private/RHIDescriptorRange.cpp |
FRHIDescriptorRange
(
const FRHIDescriptorRangeDesc & InDesc,
TConstArrayView< FRHIDescriptorResource > InResources
)