Bitfield Bools in a struct and AnimBlueprint transitions not working together

UE - Gameplay - Blueprint - Apr 12, 2016

USTRUCT(BlueprintType) struct FTestStruct { GENERATED_USTRUCT_BODY() UPROPERTY(BlueprintReadWrite) uint32 ValueC : 1 ; UPROPERTY(BlueprintReadWrite) uint32 ValueD : 1 ; }; A ...

Command r.DebugSafeZone.Mode 0 does not disable overlays

Tools - Feb 19, 2020

Running the console command r.DebugSafeZone.Mode 0 does not disable all overlays.  The issue occurs when setting custom values in DefaultEngine.ini as well.  Tested using the following settings:  ...

Widget With Spinbox Crashes When Destrcutor Is Called With Multithreaded Destruction Enabled

UE - Foundation - Core - UObject - Feb 28, 2020

When a widget with a spinbox is calls it's Destructor with "Multithreaded Destruction" enabled the engine crashes. I have tested in 4.23.1, 4.24.3, and 4.26 Main with "Multithreaded Destruction" dis ...

Packaging for Linux in a binary build should be disabled when not supported

UE - Platform - Linux - Jan 5, 2015

According to the user, if you install Linux toolchain, the binary build will allow you to package for it, and will not handle the failure gracefully ( https://forums.unrealengine.com/showthread.php? ...

Cannot PIE; Data Table Still Being Edited

Tools - Dec 22, 2015

After making some changes to a Data Table, attempting to PIE fails and returns this error message: Cannot Play In Editor When Performing Edit MemberVar_1 operation. This occurs after closing and sav ...

r.ScreenPercentage.Editor does not function

UE - Graphics Features - Jun 2, 2016

Setting r.ScreenPercentage.Editor does not affect the upsampling/downsampling of the viewport in the editor. Regression: YES - the console command correctly adjusted the screen precentage in 4.11.2 ...

SteamVRAssetManager color format mismatch

UE - Platform - XR - May 23, 2018

User requests that TSF_BGRA8 in SteamVRAssetManager.cpp be changed to TSF_RGBA8 to match OpenVR API https://github.com/ValveSoftware/openvr/wiki/IVRRenderModels::LoadRenderModel SteamVRAssetManage ...

Crash Occurs when using the FreezeRendering Console Command in a Packaged Win64 Project

UE - Graphics Features - Jun 15, 2017

A crash occurs when entering the console command, 'Freezerendering' in a packaged Windows 64 bit project. The freezerendering command is used for debugging and performance purposes. An interesting ...

Packaged Paper2D game using Flipbooks crashes when opening Level

UE - Gameplay - Components - Sep 11, 2020

Paper2D game using Blueprint Actor with Box Collision and Flipbook Component crashes frequently when loading levels in packaged Development Build. Reported and tested in versions 4.25.3(CL 139427 ...

Crash when applying a LandscapeVisibilityMask material to a Landscape's material slot

UE - LD & Modeling - Terrain - Landscape - Apr 28, 2017

Crash that occurs when applying a masked material (with LandscapeLayerBlend and LandscapeVisibilityMask) to a Landscape's material slot. This is a regression: broken in 4.16.0 CL 3405315 worked in ...