Files
UnrealEngineUWP/Engine/Source/Runtime/Core/Private/Virtualization
paul chipchase 06c276555d Add a way for the entire asset virtualization system to be disabled in code
#rb trivial
#rnx
#preflight

- A new define has been added 'UE_DISABLE_VIRTUALIZATION_SYSTEM' which when set to 1 will prevent the virtualization system from finding a valid system to mount, meaning it will default to the null implementation.
- The expected use it to add 'GlobalDefinitions.Add("UE_DISABLE_VIRTUALIZATION_SYSTEM=1");' to a target.cs to disable virtualization for a target
- This wouldn't be needed if the virtualization module was a plugin as it could be disabled by a .uproject file. We should consider moving the module.

[CL 20278057 by paul chipchase in ue5-main branch]
2022-05-19 06:52:48 -04:00
..