Set IsSpatiallyLoaded to false by default for NavMeshBoundsVolume

#jira UE-143902
#rb Yoan.StAmant
#preflight 621914e61d1c50179947eca9
#lockdown julien.marchand
#rnx

#ROBOMERGE-AUTHOR: aris.theophanidis
#ROBOMERGE-SOURCE: CL 19152054 in //UE5/Release-5.0/... via CL 19153670
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v921-19075845)

[CL 19161103 by aris theophanidis in ue5-main branch]
This commit is contained in:
aris theophanidis
2022-02-25 19:34:38 -05:00
parent 09def7bd83
commit c66291a8dc

View File

@@ -18,6 +18,10 @@ ANavMeshBoundsVolume::ANavMeshBoundsVolume(const FObjectInitializer& ObjectIniti
SupportedAgents.MarkInitialized();
bColored = true;
#if WITH_EDITORONLY_DATA
bIsSpatiallyLoaded = false;
#endif
}
#if WITH_EDITOR