Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FCacheRecord
Description
Internal. Create a record from a key, optional metadata, and sorted values. Moves metadata and values.
| Name | CreateByMove |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
| Include Path | #include "DerivedDataCacheRecord.h" |
| Source | /Engine/Source/Developer/DerivedDataCache/Private/DerivedDataCacheRecord.cpp |
static UE_INTERNAL FCacheRecord CreateByMove
(
const FCacheKey & Key,
FCbObject && Meta,
TArray< FValueWithId > && Values
)