Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialKeyGeneratorContext
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/MaterialKeyGeneratorContext.h |
| Include | #include "MaterialKeyGeneratorContext.h" |
template<typename T>
void Record
(
FUtf8StringView Name,
T && Data
)
Remarks
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.