struct
ProjectLibraryResourceMetaData
Inherits:
PackageResourceUserMetaData
Contains meta-data about resources in the project library.
Public
Constructors
ProjectLibraryResourceMetaData
ProjectLibraryResourceMetaData() = default
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
Fields
ImportOptions
SPtr<ImportOptions> ImportOptions
IncludeInBuild
bool IncludeInBuild
SourceResourcePath
Path SourceResourcePath
ImportedSubresourceName
String ImportedSubresourceName
PreviewIcon
HTexture PreviewIcon
IsImported
bool IsImported
True if the resource was imported from some source file, false if it's just a saved resource.
AdditionalMetaData
SPtr<IReflectable> AdditionalMetaData
Optional additional meta-data is associated with the resource.