Navigation
Unreal Engine C++ API Reference > Developer > DerivedDataCache > FCacheRecordBuilder > AddValue
References
Module | DerivedDataCache |
Header | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataCacheRecord.h |
Include | #include "DerivedDataCacheRecord.h" |
void AddValue ( const [FValueId](API\Developer\DerivedDataCache\FValueId) & Id, const [FValue](API\Developer\DerivedDataCache\FValue) & Value )
Remarks
Add a value to the cache record.
Parameters
Name | Description |
---|---|
Id | An ID for the value that is unique within this cache record. |