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