You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Merging //UE4/Dev-Main to Dev-Networking (//UE4/Dev-Networking)
#rb none #rnx [CL 4341874 by Ryan Gerleve in Dev-Networking branch]
This commit is contained in:
@@ -971,20 +971,9 @@ EReplacementResult FBlueprintNativeCodeGenModule::IsTargetedForReplacement(const
|
||||
}
|
||||
|
||||
// Unconvertable Blueprint
|
||||
if (!Blueprint->SupportsNativization())
|
||||
{
|
||||
const EBlueprintType UnconvertableBlueprintTypes[] = {
|
||||
//BPTYPE_Const, // What is a "const" Blueprint?
|
||||
BPTYPE_MacroLibrary,
|
||||
BPTYPE_LevelScript,
|
||||
};
|
||||
const EBlueprintType BlueprintType = Blueprint->BlueprintType;
|
||||
for (int32 TypeIndex = 0; TypeIndex < ARRAY_COUNT(UnconvertableBlueprintTypes); ++TypeIndex)
|
||||
{
|
||||
if (BlueprintType == UnconvertableBlueprintTypes[TypeIndex])
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
// ExcludedBlueprintTypes
|
||||
|
||||
Reference in New Issue
Block a user