TRDGHandleBitArray

Specialization of bit array with compile-time type checking for handles and a pre-configured allocator.

Windows
MacOS
Linux

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< SceneRenderingBitArrayAllocator >

Remarks

Specialization of bit array with compile-time type checking for handles and a pre-configured allocator.

Constructors

Name Description

Public function

TRDGHandleBitArray()

Public function

TRDGHandleBitArray

(
    bool bValue,
    int32 InNumBits
)

Operators

Name Description

Public function

FBitReferenc...

 

operator[]

(
    HandleType Handle
)

Public function Const

const FConst...

 

operator[]

(
    HandleType Handle
)

Typedefs

Name

Description

Base

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss