Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FArchiveState
Description
Indicates whether this archive is saving or loading game state
This is intended for game-specific archives and is not true for any of the build in save methods
| Name | IsSaveGame |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/Archive.h |
| Include Path | #include "Serialization/Archive.h" |
bool IsSaveGame() const
true if the archive is dealing with save games, false otherwise.