Editor API
UnigineEditor public API
Editor::AssetDialogs::SelectedAsset Struct Reference

Structure representing an asset selected in the dialog. More...

#include <AssetDialogs.h>

Public Attributes

Unigine::UGUID asset_guid
 GUID of the selected asset. Additional information for a given GUID can be obtained via the Unigine::FileSystem class. More...
 
Unigine::UGUID runtime_guid
 GUID of the selected asset's runtime-file. Additional information for a given GUID can be obtained via the Unigine::FileSystem class. More...
 

Detailed Description

Structure representing an asset selected in the dialog.

Member Data Documentation

◆ asset_guid

Unigine::UGUID Editor::AssetDialogs::SelectedAsset::asset_guid

GUID of the selected asset. Additional information for a given GUID can be obtained via the Unigine::FileSystem class.

◆ runtime_guid

Unigine::UGUID Editor::AssetDialogs::SelectedAsset::runtime_guid

GUID of the selected asset's runtime-file. Additional information for a given GUID can be obtained via the Unigine::FileSystem class.