This issue was created for this UDN post: https://udn.unrealengine.com/questions/306933/hotreload-crashbad-behavior-when-addingremoving-pa.html This repro is based off his last repro, cutting it do ...
FIndexedCurve::KeyHandlesToIndices is not replicated, and so seems to be permanently out of date. This isn't readily apparent when there are more keys than the default amount, but when removing keys ...
As reported on UDN. If using a custom postprocess which replaces the tonemapper, FXAA doesn't work. ...
When an instanced mesh that is added in the construction script is far enough away from the root component and has it's lighting baked the shadow will not render or will render incorrectly. This w ...
There is disparity between the two different ways of editing rotation. When using the scrubber in the details panel each value scrubbed only affects that value and the values go from 0 to 360. When ...
Moving or renaming a file in the editor erases its perforce history. It should execute a move not a delete + add to fix this ...
Destructibles without impact damage will not trigger onhit events, regardless of their "Simulation Generates Hit Events" flag status, this is because we ignore that flag in CreatePhysicsState and on ...
See TranslucentRendering.cpp // todo: this optimization is currently broken DrawingContext.bSceneColorCopyIsUpToDate = (DrawingContext.TranslucenyPassType == ETranslucencyPass::TPT_Separat ...
Unable to package a build for android (ATC) if the GoogleVR plugin is enabled and both arm64 and armv7 are supported. This does not reproduce if you turn off GoogleVR. This does not reproduce if yo ...
While going through a blueprint tutorial which has you build a small structure with a point light in it, then have a script telling the point light to toggle on and off while entering a trigger. I n ...