13 using AssetPickerCallback = std::function<void(
Uuid, std::string)>;
15 void OpenPrompt(AssetType assetType, AssetPickerCallback callback);
18 bool isShowing =
false;
19 AssetPickerCallback callback;
20 std::vector<AssetRegistry::Entry> assets;
21 std::vector<AssetRegistry::Entry> filteredResults;
22 std::string searchString;