MaxLoadFactor

Ratio between number of stored elements and allocated capacity beyond which the container will be grown (doubled in size).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Experimental/Containers/SherwoodHashTable.h

Include

#include "Experimental/Containers/SherwoodHashTable.h"

Syntax

static constexpr double MaxLoadFactor = 0.9;

Remarks

Ratio between number of stored elements and allocated capacity beyond which the container will be grown (doubled in size).

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