The Nativize Blueprint Assets option causes C++ collision components to ignore their extents set in a blueprint

UE - Gameplay - Blueprint Runtime - Jan 11, 2017

Using the Nativize Blueprint Assets option can cause the extents of a collision component defined in code and inherited by blueprints to use its default values in a packaged build instead of the ext ...

Japanese language input keys/Menu key zoom out graph view

UE - Editor - UI Systems - Localization - Oct 31, 2017

When using a Japanese keyboard, using Japanese language input special key(halfwidth/fullwidth/kanji key) zooms out graph view in BP editor and Material editor. It seems the menu key makes the editor ...

Setting KeepState as default in LevelSequences makes Sequencer blend animations not as expected

UE - Anim - Sequencer - Nov 27, 2018

Setting "Keep State" for an animation in sequencer makes the sequence behave differently in Sequencer and in Play Mode. The animations appear to be blending together instead of having normal transit ...

Trace Hit.Z varies strangely based on trace start/end Z

OLD - Anim - May 8, 2017

The Z value of a trace hit will vary based on the Z value of the start/end points of the trace. The larger the start/end Z range, the larger the variance of Hit.Z values. ...

Packaging fails with too many instanced static meshes

UE - Graphics Features - Jun 8, 2018

Project will fail to package with more than one actor containing ISM Components. From user: "...After some testing I found that it only occurs if there are multiple actors in a map (either of the ...

Realtime Rendering toggle disabled after using Cloth Painting

UE - Simulation - Physics - Character - Jul 29, 2021

After finishing cloth painting, the ability to toggle Realtime Rendering in the viewport is greyed out. Additionally, the Disable Realtime Override button doesn't seem to have any effect. This probl ...

DefaultSceneRoot causes Get Actor Bounds to Return 128

UE - Gameplay - Jun 1, 2016

When using the Default Scene Root component in a blueprint with no additional components, the box extent of the Get Actor Bounds node is returning 128,128,128 instead of the expected 0,0,0. If you ...

Draw at desired size does not return to being false when unchecked

UE - Editor - UI Systems - Aug 4, 2017

When setting "draw at desired size" for a widget component to true, the "Draw size" will no longer respond to input. ...

Audio/Video out of sync after seek

Media Framework - Jan 29, 2018

There is an issue that sometimes occurs when using the seek option in the media player while the Decoder is set to WMF. When this happens the audio desyncs from the video and for the rest of the vid ...

Startup Movies Black Screen in Packaged Projects

Tools - Jun 25, 2018

Startup movies displaying black screen in packaged projects. Tested with 4.20p3 4135216 and 4.21 4157973 ...