Get Curve Value returns 0 in Anim Graph During PIE

OLD - Anim - May 15, 2019

The node "Get Curve Value" does not appear to return values as expected during PIE. When using the command "Watch Value" it shows up as 0.0 during PIE. ...

"Unreal Match 3" Demo Stuck While Syncing

Docs - Samples - Apr 5, 2016

When attempting to download/sync to the UE4.11 version of "Unreal Match 3" sample from the Learn Tab on the launcher, the download button is "grayed out" and instead says "Syncing." Selecting the ...

Breakpoint on SetText node in WBP PreConstruct triggers editor hang on save

UE - Gameplay - Blueprint - Apr 17, 2024

A user reported that when calling SetText on a text widget in a widget blueprint's PreConstruct causes an editor hang when you put a breakpoint on SetText and attempt to save the asset. The issue i ...

iOS apps crash on devices with iOS version 11.2.2 when Metal 2.0 is enabled

UE - Platform - Mobile - Jan 22, 2018

Launching an iOS App that is set to Metal 2.0 on a device with iOS version 11.2.2 causes the app to crash and return to the home screen. This was tested on an iPad Pro as I do not have access to any ...

When OpenGL ES 3.1 is enabled for Android build in Handheld AR Template, camera inverts colors

UE - Platform - XR - Mar 26, 2018

When OpenGL ES 3.1 is enabled in Android Build settings, device prompts user to choose to "Allow ARInvertColor to take pictures and record video". If allowed, colors are inverted by the camera. If ...

DLC update from 1.0 deletes staging folder which unable to make incremental(patch) chunks

UE - Platform - Mobile - Feb 14, 2017

DLC update from 1.0 deletes staging folder which unable to make incremental(patch) chunks. ...

[CrashReport] UE4Editor_UnrealEd!TSet<FEditorUndoClient * __ptr64,DefaultKeyFuncs<FEditorUndoClient * __ptr64,0>,FDefaultSetAllocator>::Remove() [set.h:685]

UE - Anim - Sequencer - Aug 15, 2017

This is a trending crash coming out of the 4.17.0 release. Users have not provided any descriptions of their actions when the crash occurred. Source Context 675 /** 676 * Remov ...

r.ShaderpipelineCache.StartupMode=0 does NOT work property

UE - Graphics Features - Sep 16, 2020

r.ShaderpipelineCache.StartupMode=0 is a option for stop precompile using PSO Caching, but it doesn't work properly. After CL-5837455, FShaderPipelineCache::ResumeBatching() is always called in FEn ...

FLowLevelMemTracker::GetTagAmountForTracker with CustomProjectTag returns 0 always

UE - Foundation - Core - May 7, 2020

FLowLevelMemTracker::GetTagAmountForTracker with CustomProjectTag returns 0 always. Because of FLLMTracker::FLLMThreadState::GetFrameStatTotals don't amount to about CustomTags. Following code will ...

Nav Modifier Volumes continue to affect navigation when the sublevel is removed

UE - AI - Oct 13, 2016

Nav mesh is still affected by a nav modifier volume when added to a sublevel and then the sub level is removed. Topdown character will not move into the space affected by Nav Modifier volume so not ...