Files
UnrealEngineUWP/Engine/Source/Runtime/NNE
florent guinier 6447892291 [NNE] Fix: Allow model creation on any thread for the editor case.
Problem:
* in editor model creation is accessing cvars, accesses currently locked to game thread

Solution:
* access those cvars allowing any threads.

#tests win64 editor: smoke tests, win64 standalone: all tests (dml meta command disabled)

#rb nico.ranieri
#rnx

[CL 31039543 by florent guinier in ue5-main branch]
2024-01-31 02:30:31 -05:00
..