Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/Freeze__IntrinsicUnfrozenCopy
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include | #include "Containers/Map.h" |
namespace Freeze
{
template<typename KeyType, typename ValueType, typename SetAllocator, typename KeyFuncs>
uint32 Freeze::IntrinsicUnfrozenCopy
(
const FMemoryUnfreezeContent & Context,
const TMap < KeyType, ValueType, SetAllocator, KeyFuncs > & Object,
void * OutDst
)
}