You've already forked LuckyWorld
Gurkan.GameWidget.developer
This commit is contained in:
Binary file not shown.
@ -700,9 +700,17 @@ EUnrealBuildType ULuckyRobotsGameInstance::CheckBuildConfiguration() const
|
||||
UE_LOG(LogTemp, Warning, TEXT("This is a Shipping build"));
|
||||
}
|
||||
#else
|
||||
{
|
||||
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