When importing a file from Blender, UE creates the correct number of materials, but the number of textures is incorrect and is being overwritten, and not importing the correct amount. Tested and re ...
In this project, BP with Spot Light registered as Child Actor is placed. If we copy and build, the following warning will be displayed. BP_Spotlight_GEN_VARIABLE_BP_Spotlight_C_CAT_330 'BP_Spotlig ...
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 ...