UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy > Member List

This is the complete list of members for TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >, including all inherited members.

Add(const KeyType &InKey, const ValueType &InValue)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Add(const KeyType &InKey, ValueType &&InValue)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Add(KeyType &&InKey, const ValueType &InValue)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Add(KeyType &&InKey, ValueType &&InValue)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Apply(KeyConstPointerType InKey, FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
Apply(KeyConstPointerType InKey, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ApplyByHash(uint32 InHash, FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ApplyByHash(uint32 InHash, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ApplyUnlocked(KeyConstPointerType InKey, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ApplyUnlockedByHash(uint32 InHash, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
BucketsTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >protected
Compact()TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Contains(KeyConstPointerType InKey) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Emplace(InitKeyType &&InKey, InitValueType &&InValue)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Empty()TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
ExclusiveLockType typedefTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >protected
FindAndApply(KeyConstPointerType InKey, FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindAndApply(KeyConstPointerType InKey, UpdateFunctionType &&InUpdateFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindAndRemoveChecked(KeyConstPointerType InKey)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindOrProduce(const KeyType &InKey, ProduceFunctionType &&InProduceFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindOrProduceAndApply(const KeyType &InKey, ProduceFunctionType &&InProduceFunction, ApplyFunctionType &&InApplyFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindOrProduceAndApplyForWrite(const KeyType &InKey, ProduceFunctionType &&InProduceFunction, ApplyFunctionType &&InApplyFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindOrTryProduceAndApply(const KeyType &InKey, TryProduceFunctionType &&InTryProduceFunction, ApplyFunctionType &&InApplyFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindOrTryProduceAndApplyForWrite(const KeyType &InKey, TryProduceFunctionType &&InTryProduceFunction, ApplyFunctionType &&InApplyFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
FindRef(KeyConstPointerType InKey) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
ForEach(FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
ForEach(FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
ForEachMap(FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ForEachMap(FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
GetBucketIndex(uint32 Hash) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
GetKeys(TArray< KeyType, Allocator > &OutKeys) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
KeyConstPointerType typedefTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >
KeyFuncsType typedefTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >
MapType typedefTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >
MutexType typedefTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >protected
Num() constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Read(KeyConstPointerType InKey, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
Read(KeyConstPointerType InKey, FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ReadByHash(uint32 InHash, KeyConstPointerType InKey, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
ReadByHash(uint32 InHash, KeyConstPointerType InKey, FunctionType &&InFunction) constTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
Remove(KeyConstPointerType InKey)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
RemoveAndCopyValue(KeyConstPointerType InKey, ValueType &OutRemovedValue)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
RemoveByHash(uint32 InKeyHash, KeyConstPointerType InKey)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
RemoveIf(KeyConstPointerType InKey, PredicateType &&InPredicate)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
RemoveIf(PredicateType &&InPredicate)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Reset()TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
SharedLockType typedefTStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >protected
Shrink()TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inline
Write(KeyConstPointerType InKey, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected
WriteByHash(uint32 InHash, KeyConstPointerType InKey, FunctionType &&InFunction)TStripedMapBase< BucketCount, BaseMapType, KeyType, ValueType, SetAllocator, KeyFuncs, LockingPolicy >inlineprotected