Navigation
API > API/Runtime > API/Runtime/Core
| Name | EBranchReplayMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/ConfigCacheIni.h |
| Include Path | #include "Misc/ConfigCacheIni.h" |
Syntax
enum EBranchReplayMethod
{
FullReplay,
DynamicLayerReplay,
NoReplay,
}
Values
| Name | Remarks |
|---|---|
| FullReplay | Every file in the branch is saved with valuetypes, allowing for replay from beginning to end |
| DynamicLayerReplay | Store a copy of the staticlayers combined together, as a baseline for replaying dynamic layers after (useful for plugins to be removed) |
| NoReplay | Store only the final version of static + dynamic + saved |