Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...
When importing a Static Mesh if you use the default settings and then manually import any LODs for that static mesh they will be rotated by 90 degrees. I found that disabling Transform Vertex to A ...
After attempting to preview the undefined File Media Source in the Media Player Window and getting an error. I set the path of the File Media Source to Windows sample video 'Wilflife'. Then attempt ...
There are some pre-processor checks in the Engine code that look for the version of MSC that was introduced with Visual Studio 2017 (eg. #if _MSC_VER == 1900). However, this does not take into consi ...
The Heightfield from DFAO when playing in Standalone or a packaged game has darkened shadow artifacts for the level. Workaround: Use r.AOGlobalDistanceField 0 to disable the Global Distance Field. ...
Character velocity is registered while walking against physics objects and vehicles User description: I'm trying to rely on velocity to know when an actor is moving so that i can stop the walking ...
While executing [Link Removed] Sequencer - Recording - Basics - Template – attempting to view a recorded sequence while in PIE triggers a set of warnings each time the play button was pressed. LogUO ...
This is a common crash in the 4.16 release. Affected users have not provided additional information. Source Context 1795 // Some tasks can only be done once we finish all scenes/viewports ...
The expected behavior occurs in 4.19; unexpected behavior occurs in 4.20 and 4.21. Marking this as a regression. Per User: Reading the LightAttenuationTexture in a material receives interference ...
If multiple game objects are selected at once and their text field is edited, instead of getting N events, it produces N-squared events. It looks like FPropertyHandleBase::SetPerObjectValue is call ...