bool ULevelStreaming::ShouldBeLoaded() const
{
return true;
}
Is this not a bug?
this should probably return bShouldBeLoaded. Since that is what actually controls the loading.
bool ULevelStreaming::ShouldBeLoaded() const
{
return true;
}
Is this not a bug?
this should probably return bShouldBeLoaded. Since that is what actually controls the loading.