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