Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialKeyGeneratorContext
Description
When saving or loading, start a new object scope with the given name. When emitting, this function is a noop. The name is scoped in the parent object level defined by previous calls to RecordObjectStart/RecordObjectEnd.
| Name | RecordObjectStart |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialKeyGeneratorContext.h |
| Include Path | #include "MaterialKeyGeneratorContext.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialKeyGeneratorContext.cpp |
void RecordObjectStart
(
FUtf8StringView Name
)