You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -18,6 +18,10 @@ ANavMeshBoundsVolume::ANavMeshBoundsVolume(const FObjectInitializer& ObjectIniti
|
||||
SupportedAgents.MarkInitialized();
|
||||
|
||||
bColored = true;
|
||||
|
||||
#if WITH_EDITORONLY_DATA
|
||||
bIsSpatiallyLoaded = false;
|
||||
#endif
|
||||
}
|
||||
|
||||
#if WITH_EDITOR
|
||||
|
||||
Reference in New Issue
Block a user