struct
TSharedUnorderedTypeHelper
template<class T>Helper that provides hash and equality types for UnorderedSet and UnorderedMap containing shared pointer as a key.
Key class must provide a u64 GenerateHash() method and an equality operator.