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 ...

[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 ...

Non-reflected header files not recognized by UHT

UE - Foundation - Core - Jul 28, 2015

A user adds 3 .h files though Visual studio where the first contains a struct, the 2nd includes the 1st, the 3rd includes the 2nd and tries to make a variable of the struct declared in the 1st. The ...

"Too many texture coordinate sets" warnings in KiteDemo

UE - Graphics Features - Jan 17, 2017

Full set of warnings:LogShaderCompilers:Warning: Failed to compile Material /Game/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat.HillTree_01_Leaves_Mat for platform PCD3D_SM5, Defaul ...

A C++ project with the name, "GearVR", will not build

UE - Foundation - Core - Jul 28, 2015

A C++ project with the name, "GearVR", will not build. This does not occur with content-only projects named GearVR. In 4.7.6 and 4.8.2, it fails during Compiling and an error message appears: Runni ...

Initial Modules are clamped to a 0 to 1 time range

UE - Graphics Features - Sep 18, 2015

The Initial Modules appear to be clamped to a zero to 1 time frame since 4.8 was released. Projects that are converted from 4.7.6 will have correctly working particle systems, but adding a new part ...

[CRASH]SIGSEGV: invalid attempt to access memory at address 0x0

Tools - Jan 7, 2015

Callstack: <CALLSTACK START> FTaskThread::ProcessTasksUntilQuit(int) Address = 0x1091943e5 (filename not found) [in UE4Editor-Core.dylib] RenderingThreadMain(FEvent*) Address = 0x10de37e4b (filena ...

Constant Crashes on OS X 10.10.1

UE - Platform - Apple - Dec 15, 2014

User (Omri) on Mac running OS X 10.10.1. on MacBook Pro (17-inch, Early 2009 Experiencing Crash. Cannot reproduce. Crash Reporter: N/A Callstack: MachineId:1E07B9CE2F4554A7C3F421A9DD97AFB5 EpicAc ...

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 ...

When using OpenLevel to transition to a level with WorldPartition enabled during PIE, the log outputs "Failed to load '/Game/MapName': Can't find file."

UE - World Creation - Worldbuilding Tools - May 31, 2022

Outputs warning logs when transitioning to the World Partition level with OpenLevel. This only occurs in PIE, not in Standalone or Package builds. In PIE, it appears that the package failed to load ...