Navigation
API > API/Developer > API/Developer/DerivedDataCache > API/Developer/DerivedDataCache/FBuildContext
Description
Adds metadata to the build output. Must have a unique non-empty alphanumeric key.
Metadata is not required to be deterministic or based only on inputs.
| Name | AddMeta |
| Type | function |
| Header File | /Engine/Source/Developer/DerivedDataCache/Public/DerivedDataBuildFunction.h |
| Include Path | #include "DerivedDataBuildFunction.h" |
void AddMeta
(
FUtf8StringView Key,
const FCbField & Meta
)