|
CriWare Unreal Engine
Plug-ins for CriWare solutions.
|
#include <AtomMapAnyKey.h>
公開メンバ関数 | |
| template<typename AnyKeyType> | |
| ValueType & | FindOrAdd (AnyKeyType Key, bool &bHadKey) |
非公開型 | |
| using | Super = TMap<uint32, ValueType> |
Variant of TMap that allows multiple key types within the same map instance. Key types must be hash-able, as with a regular map.
|
private |
|
inline |
Find the value associated with a specified key, or if none exists, add a value using the default constructor.
| Key | The key to search for. |
| bHadKey | True if found, false if added. |