29 ApplicationDataStores& operator=(ApplicationDataStores
const&);
30 ApplicationDataStores(ApplicationDataStores
const&);
31 ApplicationDataStores();
36 virtual ~ApplicationDataStores() ;
40 virtual ::Bedrock::NonOwnerPointer<::Bedrock::DataStore>
41 getDataStore(::Bedrock::IApplicationDataStores::DataStores which) ;
43 virtual ::Bedrock::NonOwnerPointer<::Bedrock::DataStore const>
44 getDataStore(::Bedrock::IApplicationDataStores::DataStores which)
const ;
52 MCNAPI
void _initDataStore(::Bedrock::IApplicationDataStores::DataStores which);
58 MCNAPI
void*
$ctor(::Bedrock::NotNullNonOwnerPtr<::AppPlatform> platform, ::std::string_view tag);
72 MCNAPI ::Bedrock::NonOwnerPointer<::Bedrock::DataStore>
75 MCNAPI ::Bedrock::NonOwnerPointer<::Bedrock::DataStore const>
76 $getDataStore(::Bedrock::IApplicationDataStores::DataStores which)
const;