When the value of a variable defined in a parent class is changed inside of the child class, the value is not updated in a BP of the child after hot reloading. ...
When a component inherited from code is transformed in any way with the viewport controls (arrows, rotation sphere, scale boxes) the editor will crash. Using the value boxes to set the transform do ...
Attempting to create landscape layer info from within the new landscape creation window crashes the editor. Workaround: create the landscape, switch to paint mode, create layer info in paint mode w ...
When walking off of angled geometry the player pawn will fall off of the edge horizontally instead of falling. Even with all possibly related values changed in the character defaults, the player wi ...
Currently it is only partially possible to edit nested component subobjects, but not in a way that's consistent with how top-level component subobjects are edited (both Blueprints and IWCE). This is ...
Rotated component made into root displays incorrectly in the blueprint editor. Closing and reopening the BP editor corrects the displayed root component. ...
When an object channel is deleted in Project Settings, any EObjectTypeQuery array becomes broken due to the array size shifting. Additionally: Enums can change when adding new Object Channels after ...
In editor, data layer system respects the data layer settings for each actor, but at runtime, the condition check is made collectively for each actor cluster, resulting in differences in behavior. ...
If a user creates a C++ class that contains a struct and references that struct within a blueprint, making any changes to the struct within C++ header file will prevent the user from saving the blue ...