The Vertex Interpolator Material Expression appears to collapse separate instances from separate Material Layers, leading to visual artifacts when used. Also tested on UE5_Main, CL: 34200103 ...
Placing a special UTF-8 character into the "ProjectDisplayedTitle" will result in GPU dumps failing to open. This appears to be because the dump will switch between us-ascii and UTF-16 file formats ...
With a Render Target From Scene Capture 2D setup in a level , the motion blur settings from a global post process volume is overridden. Was investigating Scene Captures picking up Motion Blur when ...
A SkeletalMesh component will spawn in rotated when setting the skeletal mesh and simulating physics on Begin Play Adding a Delay between SetSkeletalMesh and SetSimulatePhysics will correct the iss ...
When using Voice Virtualization settings, if the Attenuation Volume becomes 0.0 do to Focus setting, Restart does not behave as expected on looping sounds. Both Disabled and Play when Silent do wo ...
Context Custom Primitive Data is used to store custom data in an index array that is accessible through Blueprint and code. This allows for variations across instances of the same mesh without needi ...
When calling GetAllocatedSize() on a TBitArray it will round down the result of MaxBits / NumBitsPerDWORD. This means that not enough bytes are allocated when the MaxBits is not divisible by NumBi ...
Toggling a Spline component from an open/closed loop through bp's isn't reflected ...
The OnUnPossess() method of the AAIController class is triggered twice ...
When rendering a Light Function into the Translucency Lighting Volume, the World Position Material Expression returns the position relative to the Camera (unrotated), not the World. This can be mor ...