Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization/Public
paul chipchase 3bb9e2ffc1 Allow VA backends to be marked as read only to prevent new payloads being pushed to them.
#rb Per.Larsson
#jira UE-168452
#rnx
#preflight 635a4773f1493f97864fb660

- IVirtualizationBackend can now have its operations disabled after it is created.
-- This means that a backend that only supported pushing and not pulling would end up with no valid operations if marked as read only. This will not assert because we do this after the backend is created and we only check on creation.

[CL 22810918 by paul chipchase in ue5-main branch]
2022-10-27 11:33:43 -04:00
..