Navigation
API > API/Runtime > API/Runtime/RHI
Array of pass handles by RHI pipeline, with overloads to help with enum conversion.
| Name | TRHIPipelineArray |
| Type | class |
| Header File | /Engine/Source/Runtime/RHI/Public/RHIPipeline.h |
| Include Path | #include "RHIPipeline.h" |
Syntax
template<typename ElementType>
class TRHIPipelineArray : public TStaticArray< ElementType, GetRHIPipelineCount()>
Inheritance Hierarchy
- TStaticArray< ElementType, GetRHIPipelineCount()> → TRHIPipelineArray
Derived Classes
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Base | TStaticArray< ElementType, GetRHIPipelineCount()> | RHIPipeline.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ElementType & operator[]
(
int32 Index |
RHIPipeline.h | ||
const ElementType & operator[]
(
int32 Index |
RHIPipeline.h | ||
ElementType & operator[]
(
ERHIPipeline Pipeline |
RHIPipeline.h | ||
const ElementType & operator[]
(
ERHIPipeline Pipeline |
RHIPipeline.h |