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 ...
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 ...
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 ...
When triggering overlap events with a Static Mesh using Complex Collision as Simple, the overlap Begin and End events will be triggered rapidly in sequence. Changing to Default collision will fix t ...
If a Blueprint event graph contains a Begin Play node that connects to a call to the parent function, the functionality present in the Blueprint Begin Play segment is run before the parent Begin Pla ...
All render vertices on any cloth triangle that contains one or two fixed vertex are set as fixed, whereas this should only be the case if all three vertices were fixed. ...
It looks like the SSAO shader does not clamp its sample space to the half view size for the two inputs "Ambient Occlusion" and "AmbientOcclusionSetup", leading to invalid data entering the edge of f ...
Calling DiscardPlayerInput() does not appear to actually discard the player input. The comment for the function indicates that input will be consumed and discarded without doing anything with it. Ho ...
For actions that are triggered on the Input mapping context, simply adding or removing an InputMappingContext with no related key override with the bIgnoreAllPressedKeysUntilRelease option will caus ...