Fix CIS build

#rb none
#rnx
#preflight skip

[CL 23895943 by alexis matte in ue5-main branch]
This commit is contained in:
alexis matte
2023-01-27 19:27:12 -05:00
parent 3b9c82c242
commit 4dbbae44b8
2 changed files with 5 additions and 0 deletions

View File

@@ -65,6 +65,7 @@
#include "HAL/FileManager.h"
#include "LODUtilities.h"
#include "ComponentReregisterContext.h"
#include "Animation/Skeleton.h"
#define LOCTEXT_NAMESPACE "FBXSceneImportFactory"

View File

@@ -1,7 +1,9 @@
// Copyright Epic Games, Inc. All Rights Reserved.
#include "InterchangeTaskImportObject.h"
#if WITH_EDITOR
#include "AssetToolsModule.h"
#endif //WITH_EDITOR
#include "Async/TaskGraphInterfaces.h"
#include "CoreMinimal.h"
#include "InterchangeAssetImportData.h"
@@ -121,6 +123,7 @@ namespace UE
bool CanImportClass(UClass* Class)
{
#if WITH_EDITOR
if (!Class)
{
return true;
@@ -134,6 +137,7 @@ namespace UE
return false;
}
}
#endif //WITH_EDITOR
return true;
}
}//ns Private