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