Open 3D Engine AzCore 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.
AZ::Data::SerializedAssetTracker Class Referencefinal

Public Types

using AssetFixUp = AZStd::function< void(Asset< AssetData > &asset)>
 

Public Member Functions

 AZ_RTTI (SerializedAssetTracker, "{1E067091-8C0A-44B1-A455-6E97663F6963}")
 
void SetAssetFixUp (AssetFixUp assetFixUpCallback)
 
void FixUpAsset (Asset< AssetData > &asset)
 
void AddAsset (Asset< AssetData > asset)
 
AZStd::vector< Asset< AssetData > > & GetTrackedAssets ()
 
const AZStd::vector< Asset< AssetData > > & GetTrackedAssets () const
 

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