Generate Particle Event Blueprint node doesnt generate particles at relative "InLocation"

UE - Niagara - Apr 3, 2018

The EventReceiver Spawn module doesnt seem to take in parameters from linked Particle Generated Event. When setting the location of the Blueprint node (In Location), the relative position of the Par ...

For a TMap with C++ enum keys, deleting and re-adding a map entry in the Editor can corrupt the map data.

UE - Editor - Workflow Systems - Jul 19, 2024

When adding an entry to a TMap using UE's property editors, in most cases the new entry comes with a default-initialized key (if such key already exists, the insertion fails). The case of a UENUM de ...

Renaming a Blackboard Key removes it's references in the Behavior Tree

UE - AI - Jan 27, 2015

Renaming a Blackboard Key removes it's references in the Behavior Tree ...

Internal Compiler error when calling a custom enum in a struct from a blueprint macro

UE - Gameplay - Blueprint - Aug 6, 2015

If a macro is referencing a custom enum within a struct and compiled after another output pin is removed, an internal compiler error will appear and the blueprint will not compile. ...

Changing the “show mouse cursor” variable of PlayerController with a mouse button input does not work the same as with a keyboard input

UE - Editor - UI Systems - Slate - Oct 6, 2020

Using the mouse input to show the mouse cursor acts like an Alt+Tab. When clicking the mouse input again to no longer show the cursor, the camera controls stop at the edge of the screen. Reported i ...

Foliage rendering issues when using both Density Scaling and MaxWorldPositionOffsetDisplacement

UE - World Creation - Worldbuilding Tools - Foliage - Aug 29, 2024

When a material with WPO effects and MaxWorldPositionOffsetDisplacement is applied to a foliage mesh, foliage applied to a map will no longer work as expected with density scaling, especially after ...

Character sliding down a surface can prematurely land before reaching a walkable floor

UE - Gameplay - Player Movement - Apr 3, 2024

Under some circumstances, a character falling and sliding along a sloped surface may get hung up near the bottom of the surface before actually landing on the floor.  This seems to occur when slidin ...

Max Pitch Angle does not correctly apply when utilized in procedural foliage volumes

UE - World Creation - Worldbuilding Tools - Foliage - Aug 27, 2015

Random Pitch Angle does not properly apply when called within a procedural foliage volume. ...

Cannot build project for Shipping when bUseLoggingInShipping is set to true for a project that uses replicated properties

UE - Foundation - Core - Mar 22, 2018

Enabling bUseLoggingInShipping for a project prevents the project from being built for Shipping if the project includes replicated properties. This is only an issue with binary builds of the Engine. ...

Make Bitmask node returns incorrect value when using custom Enum

UE - Gameplay - Blueprint - Jul 5, 2016

When a custom enum is used as the Bitmask Enum of a Make Bitmask node, the value returned does not match the expected value ...