Screen Space shadows do not check the view boundary. This can cause extra shadows in split screen, as one view can cast shadows in another view. ...
Text widget with Outline uses 2 LayerId levels to draw the outline and the text glyphs. This can be seen in function FSlateElementBatcher::AddShapedTextElement(), where lambda BuildFontGeometry() is ...
CL: 2306964 Link: https://answers.unrealengine.com/questions/105058/speedtree-wind-dir-source-actor-not-refreshing-fro.html Description: Cannot set the Wind Directional Source component settings via ...
USceneComponent::RelativeLocation is an uncompressed FVector (3x32 bits replicated). Consider changing to FVector_NetQuantize100, or consider implementing custom serialization (with customizable qua ...
Changing Color Grading settings of a post process volume and using "Enter" to commit changes prevents the editor from entering PIE / Simulate mode with the error message "Can't Play In Editor / Simu ...
The SoundWave in the Content folder of the attached Project has been exported from Nuendo @ 120BPM 4/4, with a duration of exactly 1 Bar. The BP_Audio Actor uses the TimeSynthComponent to provide sa ...
Many useful blueprint utility nodes are buried in the Utility category and are not very discoverable by users. This leads to them choosing other nodes that are much less convenient and efficient. Th ...
Hi Sevan, I think we are having a bug: When using our calibration format “vwf” the image is slightly misaligned. Same calibration exported MPCDIv2 works good in UE. So it seems to be some issue ...
When using the foliage tool with any mesh that has a LOD the lightmap generates artifacts for the instance. The base LOD will have correct looking lightmaps, however when pulling back and seeing the ...
Context AController has a blueprint assignable delegate that fires when the possessed pawn changes. This should fire in both singleplayer and networked games. The bug is reproducible in single play ...