VisibleAnywhere MovieSceneObjectBindingID property is editable

UE - Anim - Sequencer - Apr 19, 2024

In general, UPROPERTY(VisibleAnywhere) makes a property ineditable. But, if the type of a property is FMovieSceneObjectBindingID, VIsibleAnyhere no longer prohibits it from editing. [Image Removed] ...

UBT crashes when doing an incremental build

UE - Foundation - Cpp Tools - UnrealBuildTool - Aug 9, 2017

There is a consistent crash when incrementally compiling headers containing generated code. The code for launching UHT accesses a property which is null when compiling with the UBT makefile. ...

.ini files for packaged games have their settings wiped clean every time the game is run.

The settings .ini files for games packaged for windows appear to be getting overwritten with blank files whenever the game is run. Even if settings are added to the .ini files manually, the files be ...

Ribbon Particle Normals are reversed from default Sprite Particles

UE - Graphics Features - Oct 13, 2015

It appears that the Vertex Normals from Ribbon Particles are opposite of what is expected via the Default Particle System given both systems share the same alignment (Facing Camera) [Image Removed] ...

Input Action Mapping Rebinding not working properly if pawn extends from Pawn.h

UE - Gameplay - Input - Oct 22, 2019

Rebinding an action mapping doesn't seem to take effect immediately if the Pawn class used has Pawn.h as its parent class. However this'll take effect immediately with DefaultPawn.h. In addition, th ...

Unloading level during PIE leads to editor crash

Tools - Dec 6, 2017

Unloading level during PIE seems to lead to an editor crash. Most easily reproducible by enabling malloc stomp. ...

A build may fail in Visual Studio if a space is added after the # in an include pre-processor instruction to allow a struct in one header file to reference a struct in the other

UE - Foundation - Core - Sep 23, 2016

A project building in Visual Studio will sometimes fail with the error Unrecognized type 'FBar' - type must be a UCLASS, USTRUCT or UENUM. This can occur in situations where one struct was reference ...

Creating a Blueprint using "Event Tick" and adding a "Breakpoint" constrains the user's mouse cursor to the Blueprint editor window when pressing "Play"

UE - Gameplay - Blueprint Editor - Oct 2, 2017

When adding a Breakpoint within the "Blueprint Class Actor" editor using "Event Tick," the mouse cursor becomes constrained within the editor window box immediately after pressing Play. The mouse cu ...

Clothing Pops on start and LOD switching

UE - Simulation - Physics - Character - Sep 6, 2018

Clothing can have noticeable popping when switching LODs, and there is currently no mechanism to initially start cloth in a resting pose, causing popping on spawn. ...

[CrashReport] GPU Hang on Linux - /usr/lib/nvidia-381/libGLX_nvidia.so.0

UE - Platform - Linux - Aug 16, 2017

This is a trending GPU hang crash on Linux in 4.16 and 4.17. It is similar to [Link Removed] (nvidia-375) ...