Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
Inheritance Hierarchy
- BaseKeyFuncs
- TDefaultMapKeyFuncs
- TDefaultMapHashableKeyFuncs
- MeshDrawCommandKeyFuncs
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
Syntax
template<typename KeyType, typename ValueType, bool bInAllowDuplicateKeys>
struct TDefaultMapHashableKeyFuncs : public TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
Typedefs
| Name | Description |
|---|---|
| HashabilityCheck | Check that the key type is actually hashable |