QABP_Containers is dirtied when opened

UE - Gameplay - Blueprint Compiler - Jul 29, 2017

REGRESSION: Yes, does not occur in 4.16.3 In QAGame, the blueprint QABP_Containers is dirtied (needs to be compiled and saved) when the user opens it. This occurs every time the editor is restarte ...

Compiling Child Blueprint changes values in parent Blueprint

UE - Gameplay - Blueprint - Aug 15, 2017

When Compiling a blueprint that is a child actor component to another blueprint, the value will be incorrectly displayed if the parent blueprint is also not compiled. Versions Tested 4.16.3 - CL: 3 ...

[CrashReport] Mac crash - FMetalRenderPipelineDesc::CreatePipelineStateForBoundShaderState

UE - Rendering Architecture - RHI - Aug 25, 2017

This is an infrequent Mac crash that has been affecting users since at least 4.15. Users have not provided any descriptions of their actions when the crash occurred. The callstack is similar to the ...

Timer does not work in Object Class Blueprint

UE - Gameplay - Blueprint - Oct 10, 2017

After creating a timer in an Object Blueprint, timer is not called as intended. "InitObject" Event fires but "Call Function" function does not Reproduced in: 4.17.2 CL 3658906, 4.18 P3 3676890 Un ...

Niagara Sprite SubUV Skips Images

UE - Niagara - Aug 14, 2018

Niagara SubUV will skip most images in a SubUV sprite. Every 8 frames on the time line once it starts spawning it will change its appears. Only 16 of the 64 images are shown from the SubUV. Found i ...

IsTraceHandleValid with default FTraceHandles has unexpected behavior on the first frame

UE - Simulation - Physics - Sep 18, 2018

Because both FWorldAsyncTraceState's CurrentFrame and FTraceHandle are default initialized to 0, on the first frame, if a new Asnc Trace starts all default FTraceHandles will reference the same (now ...

"Failed to find object 'Class None'" in project log after creation

UE - Foundation - Core - Nov 17, 2014

Users reported seeing the line "LogUObjectGlobals:Warning: Failed to find object 'Class None.'" in the Output log after creating a project. I was able to confirm in a new blank code project without ...

Execution reroute nodes become wildcard reroute nodes when creating a second reroute node off the same execution pin

UE - Gameplay - Blueprint - Sep 21, 2015

Execution reroute nodes become wildcard reroute nodes when creating a second reroute node off the same execution pin. Note: this does not appear to affect their functionality as execution reroute no ...

Crash promoting a float pin from a split vector in Anim Blueprint

OLD - Anim - Jun 7, 2017

REGRESSION Yes, does not occur in 4.16. Crash occurs when the user splits a vector pin on an anim node and then tries to promote one of the float nodes to variable. I could not reproduce this issu ...