Control the component proxy creation strategy when the requested PSOs for precaching are still compiling. Ignored if r.PSOPrecache.ProxyCreationWhenPSOReady = 0.
0: delay creation until PSOs are ready (default)
1: create a proxy using the default material until PSOs are ready. Currently implemented for static and skinned meshes - Niagara components will delay creation instead
Usage
r.PSOPrecache.ProxyCreationDelayStrategy [value]
Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.