FOptionallySparseIndexMap

Overload list

Windows
MacOS
Linux
Name Description

Public function

FOptionallySparseIndexMap()

Default constructor sets map to sparse, w/ constant -1 default value

Public function

FOptionallySparseIndexMap

(
    EMapType MapType,
    int MaxIndex
)

Construct map with explicit choice of storage type

Public function

FOptionallySparseIndexMap

(
    TArray< int > Dense,
    int MaxIndex
)

Construct map with dense storage copied from an existing array

Public function

FOptionallySparseIndexMap

(
    int MaxIndex,
    int SubsetCountEst
)

Construct map with automatically-chosen dense or sparse storage, based on max index and estimated element count

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