USplineComponent::GetDistanceAlongSplineAtInputKey() returns the wrong value when the input keys are not sequential because it interprets the input key argument as the spline point index. Thus if th ...
When the user attempts to place an object on a tracked plane it slides around the environment not staying in the expected place. Using the ARDebugcheck project with the show planes option you can se ...
After compile, spawnable actor is stuck in spawned state ...
The Noise Node when used in a UI Material is rendering completely black in 4.11. This is a Regression from Behavior in 4.10.2 It looks like the Noise Node (at least form the preview of the noise i ...
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 ...
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 ...
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. ...
Seems to be an issue with the indirect lighting cache where if you have interpenetrating static meshes (for example static mesh rocks that make up the ground), there are cases where the cache points ...
Actors not marked as Always Relevant do not replicate to Clients that have possessed a vehicle past 15,000 units (the sq root of Net Cull Distance Squared) of the point of possession. Note that repl ...
TextBox(Multi-line) or EditableText(multi-line) in UMG blinks when it meets certain condition in editor. The condition is Both Size to content option for TextBox(Multi-line) or EditableText(multi-l ...