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::SaveDataNotifications::DataBufferSavedParams Struct Reference

The parameters sent with a data buffer saved notification. More...

#include <SaveDataNotificationBus.h>

Public Attributes

AZStd::string dataBufferName
 
AzFramework::LocalUserId localUserId = AzFramework::LocalUserIdNone
 The local user id the data buffer that was saved is associated with.
 
Result result = Result::Success
 The result of the save data buffer request.
 

Detailed Description

The parameters sent with a data buffer saved notification.

Member Data Documentation

◆ dataBufferName

AZStd::string SaveData::SaveDataNotifications::DataBufferSavedParams::dataBufferName

The name of the data buffer that was saved. Used as a filename on most platforms, or in another way to uniquely identify this save data buffer for the associated user id.


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