Navigation
API > API/Runtime > API/Runtime/RenderCore
Inheritance Hierarchy
- TBitArray
- TRDGHandleBitArray
References
| Module | RenderCore |
| Header | /Engine/Source/Runtime/RenderCore/Public/RenderGraphDefinitions.h |
| Include | #include "RenderGraphDefinitions.h" |
Syntax
template<typename HandleType>
class TRDGHandleBitArray : public TBitArray< FRDGBitArrayAllocator >
Remarks
Specialization of bit array with compile-time type checking for handles and a pre-configured allocator.
Operators
| Type | Name | Description | |
|---|---|---|---|
| FBitReference | operator[]
(
HandleType Handle |
||
| const FConstBitReference | operator[]
(
HandleType Handle |
Typedefs
| Name | Description |
|---|---|
| Base |