Merge branch 'development' into cmake/SPEC-2513_w4244
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> # Conflicts: # Code/Framework/AzToolsFramework/AzToolsFramework/Input/QtEventToAzInputManager.cpp
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <AzToolsFramework/Debug/TraceContext.h>
|
||||
#include <SceneAPI/SceneCore/Events/AssetImportRequest.h>
|
||||
#include <SceneAPI/SceneCore/Utilities/Reporting.h>
|
||||
#include <SceneAPI/SceneCore/Components/LoadingComponent.h>
|
||||
|
||||
namespace SceneBuilder
|
||||
{
|
||||
@@ -79,8 +80,9 @@ namespace SceneBuilder
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
AZStd::shared_ptr<AZ::SceneAPI::Containers::Scene> scene =
|
||||
AssetImportRequest::LoadSceneFromVerifiedPath(filePath, sceneSourceGuid, AssetImportRequest::RequestingApplication::AssetProcessor);
|
||||
AZStd::shared_ptr<AZ::SceneAPI::Containers::Scene> scene = AssetImportRequest::LoadSceneFromVerifiedPath(
|
||||
filePath, sceneSourceGuid, AssetImportRequest::RequestingApplication::AssetProcessor,
|
||||
AZ::SceneAPI::SceneCore::LoadingComponent::TYPEINFO_Uuid());
|
||||
|
||||
if (!scene)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user