Retriggering a sound using an Audio Bus as a sidechain on a Dynamics processor seems to not uses the sidechain. The sidechain will start working again if it's reset on the Dynamics Processor effect ...
After creating a timer in an Object Blueprint, timer is not called as intended. "InitObject" Event fires but "Call Function" function does not Reproduced in: 4.17.2 CL 3658906, 4.18 P3 3676890 Un ...
When entering "ALT+B," to rebind keys to a function, red warning flashes for 1 frame, does not allow function to be rebound to this key combination *See attached image. ...
As per forum post all other light component clases (PointLightComponent, SpotLightComponent etc) all have ENGINE_API but DirectionLightComponent does not. If only for consistency it should but also ...
Lighting will build indefinitely in certain circumstances and can be verified in Swarm Agent that it will continue to process the maps even though the log shows it has completed. This is happening i ...
Some users are finding the result of an interp speed of 0 for the FinterpTo node to be unexpected. The reasoning expressed is that if the speed is equal to 0 that there should be no change. This would ...
When nanite is enabled on a static mesh, lighting contributions from Sky Atmosphere material nodes are not incident on the static mesh and no longer present in the overall lighting of the scene. Th ...
The comment describing UClass::HasProperty() indicates that it checks to see if a specified property exists in a class, or a parent of that class. However, when a property that exists in a child of ...
This seems to be caused by the following:The struct, which has an actor reference property as well as some other properties, implements its own NetSerialize function.When the actor reference propert ...
There is code in the FIntVector class (IntVector.h) that seems to be copied from the FIntRect class which is a problem since FIntRect is two dimensonal while FIntVector is three dimensional. The one ...