Painted Vertex colors are not retained when using "Convert Selection to Blueprint Class" in Child Actor mode

UE - Gameplay - Blueprint - Aug 25, 2020

From the User Submission: I spent some time poking through the FComponentInstanceDataCache code and noticed that there is no component instance data saved/applied for'native' component types, so si ...

Ensure when closing PIE during Level Sequence playback with spawnables in a streamed level

UE - Anim - Sequencer - Nov 16, 2020

When a spawnable is spawned in a streamed level, exiting PIE will cause an ensure, because the world is not valid on the actor.  ...

Crash when cooking landscape collision in world partitioned level

UE - LD & Modeling - Terrain - Landscape - Jun 24, 2022

This is caused by the loss of data in the ULScapeHeightfieldCollisionComponent::CollisionHeightData. The CollisionHeightData is not marked as BULKDATA_PayloadInSeperateFile and is processed with a k ...

After compile, spawnable actor is stuck in spawned state

UE - Anim - Sequencer - Jun 3, 2016

After compile, spawnable actor is stuck in spawned state ...

Mouse offset when switching resolution between windowed mode / fullscreen

UE - Editor - UI Systems - Aug 13, 2015

When switching between windowed and fullscreen modes during runtime the mouse position is reported incorrectly. Eg. A button with a hover over effect will play the effect when the mouse is near but ...

Moving objects in editor does not update collision

UE - Gameplay - Apr 7, 2015

When an object is created procedurally with code and placed into the editor the collision analyzer will detect the object properly. If the object is then moved to another part of the level the coll ...

collision components added to vehicles do not properly register overlap events

UE - Gameplay - Sep 16, 2015

overlap events do not fire when collision components such as sphere or capsule collision components are added to a vehicle blueprint. Overlap events seem to register if the component overlaps with o ...

NavModifierComponent doesn't work well with dynamic owner actors

UE - AI - Mar 12, 2015

When a raw NavModifierComponent gets added to a character it cuts a hole in the navmesh (as expected) but doesn't update the location with character's movement. And it should. ...

Differences in Post Process FX between Minimized and Maximized Viewport

UE - Graphics Features - Apr 19, 2016

When scaling the viewport window using the Maximize/Minimize viewport option, the post processing effects applied to the screen do not scale properly. This issue seemed trivial at first, as the use ...

Copying a Blueprint with existing component causes hit events to be triggered in original BP also

UE - Gameplay - Blueprint - Jan 5, 2016

If you have a Blueprint with a pre-existing component, then add that to a map, and copy it, OnHit events in the COPY will also trigger in the ORIGINAL. According to the licensee, this happens with ...