Files
UnrealEngineUWP/Engine/Source/Developer/Virtualization
paul chipchase 667d0814f3 Do not assume that all VA backends will be inside of a UE::Virtualization namespace
#rb trivial
#jira #jira UE-161982
#rnx
#preflight 64242859b72410fc1731c762

- The UE_REGISTER_VIRTUALIZATION_BACKEND_FACTORY macro would only compile when inside of the UE::Virtualization namespace, which is true for all of the default implementations that we provide but will probably not be true for any extension backends that third parties might write.

[CL 24834268 by paul chipchase in ue5-main branch]
2023-03-29 08:15:53 -04:00
..