forked from LuckyRobots/LuckyWorldV2
Gurkan.GameWidget.developer
This commit is contained in:
parent
6e28a85939
commit
24ef152350
Binary file not shown.
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user