UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::THashTable< KeyType, KeyValueType, HashTraits, AllocatorType, AllocatorArgsType >::SEntry Struct Reference

#include <HashTable.h>

Public Attributes

uint32_t _Hash
 
KeyValueType _KeyValue
 

Member Data Documentation

◆ _Hash

template<class KeyType , class KeyValueType , class HashTraits , class AllocatorType , typename... AllocatorArgsType>
uint32_t uLang::THashTable< KeyType, KeyValueType, HashTraits, AllocatorType, AllocatorArgsType >::SEntry::_Hash

◆ _KeyValue

template<class KeyType , class KeyValueType , class HashTraits , class AllocatorType , typename... AllocatorArgsType>
KeyValueType uLang::THashTable< KeyType, KeyValueType, HashTraits, AllocatorType, AllocatorArgsType >::SEntry::_KeyValue

The documentation for this struct was generated from the following file: