{
	"ValkyrieEditorSettings": {
		"AllowedAssetTypes": {
			"/Script/MetaHumanConfig.MetaHumanConfig":									{ "Rules": ["View","Create"] },
			"/Script/MetaHumanCore.MetaHumanCameraCalibration":							{ "Rules": ["View","Create"] },
			"/Script/MetaHumanCaptureData.MeshCaptureData":								{ "Rules": ["View","Create"] },
			"/Script/MetaHumanCaptureData.FootageCaptureData":							{ "Rules": ["View","Create"] },
			"/Script/MetaHumanCaptureSource.MetaHumanCaptureSource":					{ "Rules": ["View","Create"] },
			"/Script/MetaHumanIdentity.MetaHumanIdentity":								{ "Rules": ["View","Create"] },
			"/Script/MetaHumanPerformance.MetaHumanPerformance":						{ "Rules": ["View","Create"] },
			"/Script/MetaHumanFaceAnimationSolver.MetaHumanFaceAnimationSolver":		{ "Rules": ["View","Create"] },
			"/Script/MetaHumanFaceContourTracker.MetaHumanFaceContourTrackerAsset":		{ "Rules": ["View","Create"] },
			"/Script/MetaHumanFaceFittingSolver.MetaHumanFaceFittingSolver":			{ "Rules": ["View","Create"] },
			"/Script/MetaHumanSequencer.MetaHumanMovieSceneMediaTrack":					{ "Rules": ["View","Create"], "Subclasses": "All" },
			"/Script/MetaHumanSequencer.MetaHumanAudioTrack":							{ "Rules": ["View","Create"], "Subclasses": "All" }
		},
		"AllowedClasses": {
			"/Script/MetaHumanUEFNRuntime.MetaHumanComponent":					{ "Visible": true },
			"/Script/MetaHumanSequencer.MetaHumanMovieSceneMediaTrack": 		{ "Visible": true, "Subclasses": "All" },
			"/Script/MetaHumanSequencer.MetaHumanAudioTrack": 					{ "Visible": true, "Subclasses": "All" }
		},
		"AllowedMenus": {
			"LevelEditor.MainMenu.Window": {
				"AllowList": {
					"+": [ "OpenMetaHumanImportTab" ]
				}
			},
			"ContentBrowser.AddNewContextMenu": {
				"AllowList": {
					"+": [ "OpenMetaHumanImportTab" ]
				}
			},
			"ContentBrowser.FolderContextMenu.NewAsset": {
				"AllowList": {
					"+": [ "OpenMetaHumanImportTab" ]
				}
			}
		},
		"AllowedTabs": {
			"Global": {
				"AllowList": {
					"+": [ "MetaHumanImportTab", "CaptureManager" ]
				}
			},
			"LevelEditor": {
				"AllowList": {
					"+": [ "MetaHumanImportTab", "CaptureManager" ]
				}
			}
		},
		"AllowedImportExtensions": {
			"+": [ "mhaical" ]
		}
	}
}