Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialKeyGeneratorContext
Description
Output function used by all three modes. The given data is either saved, loaded, or emitted. If saving or loading, the Name is used as the id for the data. If emitting the Name is not used. The name is scoped by the object level defined by RecordObjectStart/RecordObjectEnd.
| Name | RecordAndEmit |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialKeyGeneratorContext.h |
| Include Path | #include "MaterialKeyGeneratorContext.h" |
template<typename T>
void RecordAndEmit
(
FUtf8StringView Name,
T && Data
)