Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled

UE - Platform - Mobile - Sep 5, 2018

Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...

OnObjectPropertyChanged Firing Excessively when FText is Bulk Edited

UE - Editor - Jun 28, 2023

If multiple game objects are selected at once and their text field is edited, instead of getting N events, it produces N-squared events. It looks like FPropertyHandleBase::SetPerObjectValue is call ...

Run Command fails when launching code project onto Mac from the editor

UE - Platform - Apple - Apr 18, 2017

This only affect Launching on code projects. Packaging code projects works fine.LogPlayLevel: Program.Main: ERROR: AutomationTool terminated with exception: AutomationTool.AutomationException: Unabl ...

Crash occurs when debug filter pop out tab is clicked while in line tab is present

UE - Editor - UI Systems - Slate - Jun 29, 2017

There is a crash that is occuring when resizing windows with the debug filter popped out. The Debug filter that gets popped out is persistant and does not disappear when the the in line option appea ...

[CrashReport] UE4Editor_Landscape!ALandscapeProxy::GetLandscapeInfo() [landscape.cpp:785]

UE - LD & Modeling - Terrain - Landscape - Jul 13, 2017

This is a common crash affecting users in the 4.16 release. Users have not provided any descriptions. Source Context 775 { 776 ULandscapeInfo* LandscapeInfo = nullptr; 777 ...

Virtual textures flicker if physical pool is oversubscribed

UE - Graphics Features - Feb 24, 2021

If a virtual texture physical pool becomes oversubscribed the current behavior is: Log a one time only warning: ''Failed to allocate VT page from pool...' Continue to evict the least recently used t ...

The Merge Actors Tool doesn't account for rotated collision shapes when doing non-uniform scaling

UE - Gameplay - Aug 30, 2016

Collision shapes for merged actors using the Merge Actor tool do not account for the rotation of the actor when combining the data. It looks like the X and Y collision shape rotation in the world ...

Planar Reflections do not appear to cull based on the view frustum

UE - Graphics Features - Oct 27, 2016

View Frustum and Occlusion culling do not appear to work for Planar Reflections though the stats in PIE seems to indicate otherwise. I've attached two gifs showing View Frustum and Occlusion chec ...

Execute Console Command r.SetRes Fullscreen breaks Dynamic Skylights when tied to Event BeginPlay

UE - Graphics Features - Apr 6, 2017

Using the Execute Console Command 'r.SetRes 1920x1080f' directly with an Event BeginPlay node within blueprints, any Stationary/Movable Skylighting information is no longer visible. A simple workar ...

[CrashReport] UObjectBaseUtility::GetOutermost | FArchiveInvalidateTransientRefs::operator<<

UE - Gameplay - Blueprint - Sep 7, 2017

This is a somewhat common crash affecting users in 4.17. They have not provided any descriptions of their actions when the crash occurred. Source Context 110 /** 111 * Walks up ...