GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...
Create a Parent AnimBP, add any animation to it. Then create a childAnimBP from Parent. In ChildAnimBP, go to TargetSkeleton (from class settings) to change a different skeleton. Then go to the Anim ...
As you can see below, users expect to launch Take Recorder from the Live Link Face app, but it doesn't actually work.When you're ready to record a performance, tap the red Record button in the Liv ...
The rules for delta serialization in UE4 are complicated, and the editor tries to hide them from you, which works 90% of the time but can lead to confusion and data loss in other situations. In the ...
Packaged VR Projects and VR Previews change the LOD at a closer distance than in editor. ...
When attempting to run the attached Project submitted from UDN, it will crash on launch. If Vulkan support is disabled, the Project will run as expected on Quest. This issue DOES NOT appear to repro ...
In C++, arithmetic operators * and / have the same priority and therefore should be resolved left to right. In this case, * is being resolved first and / second. 1/128*128 and (1/128)*128 should p ...
Outputs a warning log for loading source texture when Papaer2D is loaded in Editor. This may be due to a conflict post load of Paper2D and load source texture. The warning log is output only in ...
When both an object and one of its components have transform tracks, exporting to an FBX will have inconsistent results. ...