[CrashReport] UE4Editor_CoreUObject!UObjectBase::IsValidLowLevelFast() [uobjectbase.cpp:294]

UE - Foundation - Core - Aug 22, 2017

This is a common crash in the 4.16 and 4.17 releases. User DescriptionsWriting a custom component in C++. Hotcompiled it through VS2017. Had the BP editor open with a class derived from that compo ...

Meta Allowed Class Doesn't Allow All The Included Classes

Tools - Dec 24, 2019

The Meta Allowed Classes specifier doesn't allow the user to assign anything of the second type. Found in 4.24.1 CL#10757647 Reproduced in 4.23.1 CL#9631420, 4.25 Main CL#10868506 ...

Plugins are not creating shipping versions on package on Mac 4.23 Preview

UE - Foundation - Cpp Tools - Jul 15, 2019

When you try to package a plugin on Mac in 4.23.0 Preview 1 there is no Shipping folder generated. This was verified to not happen in 4.22.3 (via Epic Launcher). Found in 4.23.0 Preview 1 CL# 72363 ...

Traveling away from, then back to the original map in multi-process PIE with the editor as a client causes an assert

UE - Networking - Mar 28, 2016

An assert is triggered in this case because in multi-process PIE, if the editor is a client, the PIEInstance of the world context remains at -1 (see UEditorEngine::PlayInEditor). If this client inst ...

sphere collision with start and end points set to the same value return no hit objects

UE - Gameplay - Aug 29, 2016

Sphere collision with start and end points set to the same value return no hit objects. Workaround Set the end vector to 1 away from the start vector (0,0,0 to 1,1,1, etc.) Regression (no) issue ...

Stride Warping in manual mode not activating correctly based on first StrideScale

UE - Anim - Gameplay - Aug 15, 2022

From licensee: If StrideScale is 1 the first time through, it initialises the StrideScaleModifierState to 1 and doesn't require updating so leaves the CachedDeltaTime at 0 by never calling Update_I ...

Only 2 out of 4 Split Screen characters appear in TM-SplitScreen

UE - Gameplay - Oct 3, 2016

Only two characters appear in the playing field after hitting PIE. There are 4 separate screens, which I expected there being one character for each screen. 4 Characters used to spawn and now only 2 ...

[CrashReport] UE4Editor_Core!FStatsThreadState::ScanForAdvance() [statsdata.cpp:732]

UE - Foundation - Core - Aug 10, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: Item.NameAndInfo ...

Linking Error Happens When Trying to Inherit From TextureRenderTarget2D in C++

UE - Rendering Architecture - RHI - Jan 16, 2020

The engine has a linker error when trying to inherit from TextureRenderTarget2D. This seems related to https://jira.it.epicgames.net/browse/UE-5050. Found in 4.24.1 CL#10757647 Reproduced in 4.23 ...

Landscape Distance Fields artifacts when using DX12

UE - Graphics Features - Apr 13, 2021

This problem was reported in this UDN:https://udn.unrealengine.com/s/question/0D52L00005PbEYNSA3/landscape-distance-fields-artifacts?fromCase=1 ...