After installing the UnrealVS version that arrived with 5.3. I can no longer use CompileSingleFile. It does however work on the Lyra project. One difference I notived, however, is that Lyra seems to ...
Since UE5.0, cannot edit double variables in property matrix. In UE4.27, it worked correctly and could be edited from the property matrix. This is because double variables are not supported in SProp ...
Although the ISM component allows for enabling the flag for Fill Collision Underneath for Navmesh, it does not add the modifier for this to the navigation data for its instances. ...
With plural shot tracks in different rows in the sequencer window, selecting these tracks and dragging one of them (but not the bottom one) left or right will merge the rows. Please check the attach ...
Adding the Precondition to the SmartObject caused an assertion when it was part of a persistent collection. The precondition needs to be able to pass its Activate method to cause the assert. This b ...
Projects with multi-process cooking enabled will not complete packaging. If MPCook is disabled, packaging can be completed. ...