Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/Set.h |
Include |
#include "Containers/Set.h" |
template<typename ElementType, typename InKeyType, bool bInAllowDuplicateKeys>
struct BaseKeyFuncs
The base KeyFuncs type with some useful definitions for all KeyFuncs; meant to be derived from instead of used directly. bInAllowDuplicateKeys=true is slightly faster because it allows the TSet to skip validating that there isn't already a duplicate entry in the TSet.
Name |
Description |
---|---|
ElementInitType |
|
KeyInitType |
|
KeyType |
Name |
Description |
---|---|
bAllowDuplicateKeys |