Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialKeyGeneratorContext
Description
When saving or loading, save the given Data with the given name. When emitting, this function is a noop. The name is scoped by the object level defined by RecordObjectStart/RecordObjectEnd.
| Name | Record |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialKeyGeneratorContext.h |
| Include Path | #include "MaterialKeyGeneratorContext.h" |
template<typename T>
void Record
(
FUtf8StringView Name,
T && Data
)