Add Content.GetAllAssets to get all asset ids in project
This commit is contained in:
@@ -73,6 +73,12 @@ public:
|
||||
/// <returns>True if found any asset, otherwise false.</returns>
|
||||
API_FUNCTION() static bool GetAssetInfo(const StringView& path, API_PARAM(Out) AssetInfo& info);
|
||||
|
||||
/// <summary>
|
||||
/// Finds all the asset IDs. Uses asset registry.
|
||||
/// </summary>
|
||||
/// <returns>The list of all asset IDs.</returns>
|
||||
API_FUNCTION() static Array<Guid, HeapAllocation> GetAllAssets();
|
||||
|
||||
/// <summary>
|
||||
/// Finds all the asset IDs by type (exact type, without inheritance checks). Uses asset registry.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user