struct ProjectLibraryResourceMetaData

Contains meta-data about resources in the project library.

Public

Constructors

ProjectLibraryResourceMetaData

ProjectLibraryResourceMetaData() = default

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Fields

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.