Engine module doesn't properly reference dependencies on the NetworkReplayStreaming module

UE - Networking - Jan 12, 2016

Need to add NetworkReplayStreaming to the list of PublicIncludePathModuleNames in Engine.Build.cs ...

Exporting LOD's from editor only gives LOD0

Tools - Oct 6, 2015

Can't export more than one LOD level from editor. ...

Scaling issues in preview while Blending Blendspaces in same Sync Group with root motion

OLD - Anim - Sep 24, 2015

When blending two Blendspaces that are in the same Sync Group and are utilizing root motion, scaling issues occur in the AnimBP preview. This only occurs when "Process Root Motion" is enabled ...

Spin box does not receive input in mobile preview

UE - Editor - UI Systems - Sep 9, 2015

When using a spin box in mobile preview, the spin box does not appear to update. It will highlight when the mouse is over it but clicking and dragging will yield no value changes. ...

Adding a scene component to a child blueprint causes log warnings to appear in output log

UE - Gameplay - Blueprint - Sep 1, 2015

If a scene component is added to a child blueprint and the parent blueprint is compiled, a log warning will appear that states: "LogBlueprint:Warning: USimpleConstructionScript::FixupRootNodeParen ...

Auto Align Floor to Mesh causes floor to align well below the mesh

OLD - Anim - Aug 28, 2015

NOTE: This is likely a known issue, but I could not find an existing bug for tracking Auto Align Floor to Mesh causes floor to align well below the mesh. Causes the mesh to float I've tried with ...

Base Pass Instruction Count increases on Compile and Save, then resets upon reopening Material

UE - Graphics Features - Aug 24, 2015

Material Base Pass Instruction Count will change from a value established when plugging in components pre-compile to a higher value on post compile, but when the material is reopened the count rever ...

All additional Body Parts are hidden if main mesh is out of camera frame in Persona

OLD - Anim - Aug 18, 2015

If you have a small main mesh and use the "Additional Body Part" section of Persona to preview other meshes, they become hidden if the main mesh is out of the camera frame. [NameRemoved]: Can we ju ...

Post Processing Does Not Account For Screen-Percentage Quantization

UE - Graphics Features - Jul 30, 2015

When changing r.ScreenPercentage the final value used for buffer generation is clamped to the nearest 4 pixels to aid in post processing and other steps. During post processing the same calculation ...

UMG materials do not correctly access material parameter collections (all of the values are black)

UE - Editor - UI Systems - Jul 22, 2015

Edit MattK: The reason they do not work is that material parameter collections are updated inside of a uworld that slate doesnt have access to. We just need to figure out a way to update the necess ...