Skip to content

EntropyCanvas::AssetInfo

Metadata for an asset in the catalog. More…

#include <AssetTypes.h>

Name
std::stringuri
uint64_tsizeBytes
Hash256plaintextHash
boolpersistent
AssetMetadataVariantmetadata
AssetIdid
boolencrypted
ContentTypecontentType
std::stringappId
struct EntropyCanvas::AssetInfo;

Metadata for an asset in the catalog.

AssetInfo describes an asset registered with CanvasEngine’s catalog. It includes identification, location, type, and encryption status.

std::string uri;
uint64_t sizeBytes = 0;
Hash256 plaintextHash {};
bool persistent = false;
AssetMetadataVariant metadata;
AssetId id;
bool encrypted = false;
ContentType contentType = ContentType::Mesh;
std::string appId;

Updated on 2026-01-26 at 17:14:35 -0500