forked from LuckyRobots/LuckyWorldV2
Gurkan.GameWidget.developer
This commit is contained in:
parent
6e28a85939
commit
24ef152350
Binary file not shown.
@ -700,9 +700,17 @@ EUnrealBuildType ULuckyRobotsGameInstance::CheckBuildConfiguration() const
|
|||||||
UE_LOG(LogTemp, Warning, TEXT("This is a Shipping build"));
|
UE_LOG(LogTemp, Warning, TEXT("This is a Shipping build"));
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
{
|
||||||
|
if (GIsEditor)
|
||||||
|
{
|
||||||
|
UE_LOG(LogTemp, Warning, TEXT("In Editor Play"));
|
||||||
|
return EUnrealBuildType::Development;
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
|
UE_LOG(LogTemp, Warning, TEXT("Unknown build configuration"));
|
||||||
return EUnrealBuildType::None;
|
return EUnrealBuildType::None;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user