Movable/Stationary dynamic shadow distance in the Directional light is not captured in the Planar Reflection. Note that Point and Spot Lights box cast shadows that can be rendered in the reflection ...
Widget components appear to be affected by lighting. This causes differences in color between widget components and widgets that have been added to the viewport. ...
Renaming a function category from a Interface class which a class inherits from causes crash. ...
I checked the c.haos code quickly. I think it caused by the function "bool FInitBodiesHelperBase::CreateShapesAndActors()". In this function, the CreateActor_AssumesLocked function will ignore the s ...
When a node has a variable assigned to one of its pins. You will get a crash every time you add a pin. I am sure this goes for all nodes with with the "add pin" functionality [Link Removed] ...
A licensee mentioned that If you see ALight::Destroyed() in Engine\Source\Runtime\Engine\Private\Light.cpp, you can see Super::Destroyed() is't called in the function. ...
It seems that in CoreNet.h, there are two constructors declared. However, only the first constructor is defined in CoreNet.cpp. If you look in CoreNet.h, you'll notice that FNetBitReader( int64 In ...
Attempting to load dlc assets with RequestAsyncLoad function results in the assets not being recognized. ...
It is possible to cause an editor crash when changing a the value of a node involved with a reentrant expression. See the steps to reproduce for more information. Specifically, the crash occurs whe ...
This issue occurs when a static function is created and has a struct parameter that has a delegate exposed to blueprint. When using the helper function in blueprint after having used "Split Struct ...