Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TStripedMapBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
decltype(auto) ApplyByHash
(
uint32 InHash, |
Containers/StripedMap.h | ||
decltype(auto) ApplyByHash
(
uint32 InHash, |
Containers/StripedMap.h |
ApplyByHash(uint32, FunctionType &&)
| Name | ApplyByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StripedMap.h |
| Include Path | #include "Containers/StripedMap.h" |
template<typename LockType, typename FunctionType>
decltype(auto) ApplyByHash
(
uint32 InHash,
FunctionType && InFunction
) const
ApplyByHash(uint32, FunctionType &&)
| Name | ApplyByHash |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/StripedMap.h |
| Include Path | #include "Containers/StripedMap.h" |
template<typename LockType, typename FunctionType>
decltype(auto) ApplyByHash
(
uint32 InHash,
FunctionType && InFunction
)