Blender  V3.3
Typedefs | Functions
ED_asset_list.hh File Reference
#include <string>
#include "BLI_function_ref.hh"

Go to the source code of this file.

Typedefs

using AssetListIterFn = blender::FunctionRef< bool(AssetHandle)>
 

Functions

std::string ED_assetlist_asset_filepath_get (const bContext *C, const AssetLibraryReference &library_reference, const AssetHandle &asset_handle)
 
void ED_assetlist_iterate (const AssetLibraryReference &library_reference, AssetListIterFn fn)
 

Typedef Documentation

◆ AssetListIterFn

Definition at line 23 of file ED_asset_list.hh.

Function Documentation

◆ ED_assetlist_asset_filepath_get()

std::string ED_assetlist_asset_filepath_get ( const bContext C,
const AssetLibraryReference library_reference,
const AssetHandle asset_handle 
)

◆ ED_assetlist_iterate()

void ED_assetlist_iterate ( const AssetLibraryReference library_reference,
AssetListIterFn  fn 
)