FDynamicFlagArray

Utility class that allows for get/set of a flag for each integer ID, where the flag set automatically grows to contain whatever integer ID is passed

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Spatial/SparseDynamicOctree3.h

Include

#include "Spatial/SparseDynamicOctree3.h"

Syntax

class FDynamicFlagArray

Remarks

Utility class that allows for get/set of a flag for each integer ID, where the flag set automatically grows to contain whatever integer ID is passed

Variables

Name Description

Public variable

TBitArray

 

BitArray

Public variable

uint32

 

MaxIndex

Constructors

Name Description

Public function

FDynamicFlagArray()

Functions

Name Description

Public function Const

bool

 

Get

(
    uint32 BitIndex
)

Public function

void

 

Set

(
    uint32 BitIndex,
    bool bValue
)

Constants

Name

Description

GrowChunkSize

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