Switch to using settings registry
# Conflicts: # Assets/Engine/Registry/assetimporter.setreg
This commit is contained in:
@@ -24,9 +24,7 @@ namespace AZ
|
||||
struct AssetImporterSettings
|
||||
{
|
||||
AZ_TYPE_INFO(AssetImporterSettings, "{8BB6C7AD-BF99-44DC-9DA1-E7AD3F03DC10}");
|
||||
|
||||
AssetImporterSettings();
|
||||
|
||||
|
||||
static void Reflect(AZ::ReflectContext* context);
|
||||
|
||||
AZStd::unordered_set<AZStd::string> m_supportedFileTypeExtensions;
|
||||
@@ -49,6 +47,8 @@ namespace AZ
|
||||
Events::LoadingResult LoadAsset(Containers::Scene& scene, const AZStd::string& path, const Uuid& guid,
|
||||
RequestingApplication requester) override;
|
||||
|
||||
static void GetProvidedServices(ComponentDescriptor::DependencyArrayType& provided);
|
||||
|
||||
private:
|
||||
|
||||
AssetImporterSettings m_settings;
|
||||
|
||||
Reference in New Issue
Block a user