You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix CIS build
#rb none #rnx #preflight skip [CL 23895943 by alexis matte in ue5-main branch]
This commit is contained in:
@@ -65,6 +65,7 @@
|
||||
#include "HAL/FileManager.h"
|
||||
#include "LODUtilities.h"
|
||||
#include "ComponentReregisterContext.h"
|
||||
#include "Animation/Skeleton.h"
|
||||
|
||||
#define LOCTEXT_NAMESPACE "FBXSceneImportFactory"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user