Blender V4.3
AS_asset_representation.hh File Reference

Main runtime representation of an asset. More...

#include <memory>
#include <optional>
#include <string>
#include <variant>
#include "BLI_string_ref.hh"
#include "BLI_utility_mixins.hh"
#include "DNA_ID_enums.h"
#include "DNA_asset_types.h"

Go to the source code of this file.

Classes

class  blender::asset_system::AssetRepresentation
 

Namespaces

namespace  blender
 
namespace  blender::asset_system
 

Detailed Description

Main runtime representation of an asset.

Abstraction to reference an asset, with necessary data for display & interaction. https://developer.blender.org/docs/features/asset_system/backend/#asset-representation

Definition in file AS_asset_representation.hh.