BaseAssetMetaData Struct Reference

#include <asset_utilities.h>

Detailed Description

Basic meta data container for AssetUtilitiesInterface::AssetSetMetaData.

Public Member Functions

 MAXON_OPERATOR_EQUALITY (BaseAssetMetaData, _assetName, _assetVersion, _assetCategory)
 

Public Attributes

String _assetName
 
String _assetVersion
 
Id _assetCategory
 

Member Function Documentation

◆ MAXON_OPERATOR_EQUALITY()

MAXON_OPERATOR_EQUALITY ( BaseAssetMetaData  ,
_assetName  ,
_assetVersion  ,
_assetCategory   
)

Member Data Documentation

◆ _assetName

String _assetName

Human readable asset name to set. Can start with #$XXAssetName where XX are numbers indicating the asset's sorting value (ASSETMETADATA::ASSET_SORT).

◆ _assetVersion

String _assetVersion

Asset version to set (ASSETMETADATA::ASSET_VERSIONTAG).

◆ _assetCategory

Id _assetCategory

Asset category identifier to set.