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::DataBufferLoadedParams Struct Reference

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

#include <SaveDataNotificationBus.h>

Public Attributes

DataBuffer dataBuffer = nullptr
 The data buffer that was loaded.
 
AZ::u64 dataBufferSize = 0
 The size of the data buffer that was loaded.
 
AZStd::string dataBufferName
 
AzFramework::LocalUserId localUserId = AzFramework::LocalUserIdNone
 The local user id the data buffer that was loaded is associated with.
 
Result result = Result::Success
 The result of the load data buffer request.
 

Detailed Description

The parameters sent with a data buffer loaded notification.

Member Data Documentation

◆ dataBufferName

AZStd::string SaveData::SaveDataNotifications::DataBufferLoadedParams::dataBufferName

The name of the data buffer that was loaded. 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: