Rotated component made into root displays incorrectly in the blueprint editor. Closing and reopening the BP editor corrects the displayed root component. ...
The watched values of a level instanced ABP do not update if a.ParallelAnimEvaluation is enabled. ...
The depth is rendered incorrectly when using a custom projection matrix in SceneCaptureComponent2D. You can find an example project at [Link Removed]. You can find where the CustomProjectionMatrix ...
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 ...
Make sure all created and modified asset in a re-import are mark dirty. Creating a collision mesh was dirtying the asset, this is why the bug is only when we are not generating collision mesh. ...
Using Windows scaling above 100% now causes Screen Space 3D Widgets to be offset. (Pressing F11 for fullscreen or launching will cause widget to appear in correct location) ...
A user encountered an issue with Landscapes not rendering once baked with GPU Lightmass. The user was using Ray Tracing. If using normal CPU Lightmass baking, landscape remains the same. ...
When invoking a custom struct, the first listed variable will not appear in the Intelisense window. ...