Duplicating Interface functions causes the Input/Output values to duplicate twice

UE - Gameplay - Apr 27, 2018

When duplicating an Interface function, the values for Input/Output are doubled or tripled. ...

[CrashReport] UE4Editor_Engine!FStaticMeshRenderData::AllocateLODResources() [staticmesh.cpp:775]

UE - Graphics Features - Apr 19, 2018

No user comments in crash group 771 void FStaticMeshRenderData::AllocateLODResources(int32 NumLODs) 772 { 773 check(LODResources.Num() == 0); 774 ***** while (LODResour ...

[CrashReport] UE4Editor_Engine!FStaticMeshSceneProxy::RemoveSpeedTreeWind() [staticmeshrender.cpp:262]

UE - Graphics Features - Jan 26, 2018

No user comments on crash group ...

Crash exiting play in vr preview with -Vulkan and Oculus Rift

UE - Platform - XR - Dec 22, 2017

Editor crashes after exiting a play in vr session with -Vulkan enabled Exclusive to Oculus Rift ...

[CrashReport] UE4Editor_Engine!FShaderCompileUtilities::DoReadTaskResults() [shadercompiler.cpp:663]

UE - Graphics Features - Dec 6, 2017

Top Crash in 4.18 release Users have provided no comments on the issue Source Context:// Read single jobs 651 { 652 int32 SingleJobHeader = -1; 653 OutputFile << Si ...

[CrashReport] UE4Editor_Engine!FMeshMaterialShaderType::FinishCompileShader() [meshmaterialshader.cpp:121]

UE - Graphics Features - Dec 1, 2017

This is a common and longstanding crash that has occurred since at least 4.11. However users have not provided any descriptions of their actions when the crash occurred. Source Context 107 ...

[CrashReport] UE4Editor-CoreUObject.dylib!UPackage::Save() during COTF

UE - Foundation - Core - Cooker - Nov 21, 2017

This is a common Mac crash that has occurred since at least 4.17.1 User DescriptionsJust trying to launch my project on any output I can. No luck.launching AR project on IOS device. Ugg. Last adjus ...

Initial Seed value on Random Stream node has no affect

UE - Gameplay - Blueprint - Nov 16, 2017

When using a Random Stream variable to populate a Random Integer in Range from Stream, the Initial Seed value has no affect on the random integer selected. Workaround: Using a Seed Random Stream or ...

[CrashReport] UE4Editor_InputCore!FKey::FKey()

UE - Editor - UI Systems - Slate - Nov 1, 2017

This is a trending crash coming out of the 4.18 release. It may be a regression as there are no records of it occurring in 4.17. Users have not provided any descriptions of their actions when the c ...

Edited BP Variables show as "Multiple Values" in instanced reference

UE - Gameplay - Blueprint - Oct 30, 2017

When a blueprint (A) contains a instanced reference to another blueprint (B) that is EditInlineNew, changing a value B causes the associated variable in A to display as "Multiple Vaules" Workaround ...