Bool ULevelStreaming::ShouldBeLoaded() const { return true; }

bool ULevelStreaming::ShouldBeLoaded() const
{
return true;
}

Is this not a bug?

this should probably return bShouldBeLoaded. Since that is what actually controls the loading.