You've already forked LuckyWorld
Gurkan.GameWidget.developer
This commit is contained in:
Binary file not shown.
@ -701,8 +701,16 @@ EUnrealBuildType ULuckyRobotsGameInstance::CheckBuildConfiguration() const
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
{
|
{
|
||||||
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
|
if (GIsEditor)
|
||||||
return EUnrealBuildType::None;
|
{
|
||||||
|
UE_LOG(LogTemp, Warning, TEXT("In Editor Play"));
|
||||||
|
return EUnrealBuildType::Development;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
|
||||||
|
return EUnrealBuildType::None;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user