FArchiveState::IsSaveGame

Indicates whether this archive is saving or loading game state

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/Archive.h

Include

#include "Serialization/Archive.h"

Syntax

bool IsSaveGame() const

Remarks

Indicates whether this archive is saving or loading game state

@note This is intended for game-specific archives and is not true for any of the build in save methods

Returns

true if the archive is dealing with save games, false otherwise.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss