Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialKeyGeneratorContext
Which mode the GeneratorContext is operating in; these modes are mutually exclusive, not flags.
| Name | EMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/MaterialKeyGeneratorContext.h |
| Include Path | #include "MaterialKeyGeneratorContext.h" |
Syntax
enum EMode
{
Emitting,
Saving,
Loading,
}
Values
| Name | Remarks |
|---|---|
| Emitting | |
| Saving | |
| Loading |