Custom Event with array param does not take a pointer to the array

UE - Gameplay - Blueprint - Oct 12, 2016

When an array is passed into a BP custom event, the array's data is passed to the event rather than a pointer to the array itself. This means edits made directly from the event node's input pin (su ...

Compile error during build stage when packaging for tvOS

UE - Platform - Mobile - Dec 9, 2016

Compile error packaging for tvOS: Does not affect iOSUATHelper: Packaging (tvOS): UnrealBuildTool: D:\Build\joseph.wysosky_Main\Engine\Source\Runtime\Core\Private\iOS\IOSAppDelegate.cpp(388,12): ...

[CrashReport] Assertion failed: TaskDataArray.Num() == Exporter->VolumetricLightmapTaskGuids.Num()

UE - Graphics Features - Lumen - Oct 2, 2017

This is a trending crash coming out of the 4.18 Previews. Users have not provided any descriptions of their actions when the crash occurred, but at least two of the affected projects are being creat ...

[CrashReport] UE4Editor-ApplicationCore.dylib!invocation function for block in FMacApplication::DeferEvent()

UE - Platform - Apple - Dec 1, 2017

This is an infrequent Mac crash in 4.18.1. Users have not provided any descriptions. Callstack from Log2017.11.27-02.08.07:839][947]LogMaterial: Missing cached shader map for material FLightmassMat ...

HTML5 packaging fails with Github couldn't verify LLVM version

UE - Platform - Mobile - Jun 21, 2016

Packaging code projects on Mac for HTML5 fails. A lot of Could not verify LLVM version warnings appear in the output log.[2016.06.21-22.27.10:488][413]UATHelper: Packaging (HTML5): UnrealBuildTool: ...

Crash undoing variable change in Animation Blueprint.

OLD - Anim - Aug 1, 2016

Crash occurs when the user changes a variable in the animation blueprint, and then undo's the change. Note that this occurs with any variable being used, but the callstack will be some what differe ...

Volumetric Cloud + Sun ghosting artefacts around a static cube

UE - Graphics Features - Feb 3, 2022

Video of the issue here - [Link Removed] 4.27 and 5.0 seem to display slightly different outcomes. In 5.0 the sun only appears very close to the cube, whereas in 4.27 is can appear a bit further ou ...

Key input by Sequencer is missing in FBX output of parent-child actors

UE - Anim - Sequencer - Nov 15, 2021

This problem did not occur in 4.27.0. Animation is not output when outputting a hierarchical structure. Actor(A)   ┗Actor(B)     ┗Actor(C) This is how the attachments are registered, and the ke ...

[CrashReport] UE4Editor-Renderer.dylib!void FForwardLightingParameters::Set<FRHICommandList, FRHIPixelShader*>()

UE - Graphics Features - Oct 27, 2017

This is a 4.18 Mac/Metal crash that has occurred for a few users. It appears related to the Forward Renderer. Callstack from Log[2017.10.27-06.10.08:809][261]LogMaterial: Missing cached shader map ...

Widget components and widgets in screen space are not the same color

UE - Editor - UI Systems - Jun 27, 2016

Widget components appear to be affected by lighting. This causes differences in color between widget components and widgets that have been added to the viewport. ...