Open 3D Engine SaveData Gem API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
SaveData::SaveDataSystemComponent::Implementation::ThreadCompletionPair Struct Reference

Pairing of a save/load thread with an atomic bool indicating whether it is complete. More...

#include <SaveDataSystemComponent.h>

Public Attributes

AZStd::unique_ptr< AZStd::thread > m_thread
 
AZStd::atomic_bool m_threadComplete { false }
 

Detailed Description

Pairing of a save/load thread with an atomic bool indicating whether it is complete.


The documentation for this struct was generated from the following file: