WorldConditions forward declares USmartObjectDefinition without using the class

UE - AI - Jan 23, 2024

In WorldConditionsEditor, at least DataRefDetails and DefinitionDetails forward declare USmartObjectDefinition without using the class. The uplugin nor the build.cs does not list SmartObjects as a ...

Subobject Data Subsystem has CanPasteSubobjects decorated with UFUNCTION but PasteSubobjects is not.

UE - Gameplay - Mar 25, 2024

In the Subobject Data Subsystem, CanPasteSubobjects is BlueprintCallable, but the call to PasteSubobjects is not. Given CanCopySubobjects and CopySubobjects are both BlueprintCallable, the ability t ...

[AI] Crash in UGameplayDebuggerLocalController::OnDebugDraw

UE - AI - Debugging - Apr 27, 2024

UGameplayDebuggerLocalController::OnDebugDraw crashed with a dereferenced nullptr for CachedReplicator. ...

Pasting nodes into level blueprint crashes editor

UE - Gameplay - Blueprint - Jun 13, 2017

PhAT Editor Crashes Engine when Collision Changed

UE - Simulation - Physics - Jun 25, 2015

When you change a section of a Multi-Convex Collision to Slyph and then Select the other sections, Engine will crash.Shift-selecting deleted convex in physics assets causes crash(From PhAT) Tried to ...

Foliage is removed when erasing with Erase Density set to 1

UE - World Creation - Worldbuilding Tools - Foliage - Aug 19, 2016

I found with a high density of foliage instances, you're able to erase some of them even when Erase Density is set to 1.0 ...

The command r.screenPercentage ## does not work when in VR mode

UE - Platform - XR - Jun 18, 2015

Trying to set the screen percentage does not work when in VR mode. A user used an execute console command to run r.screenPercentage and it worked as expected until the user press Alt+Enter to engage ...

CreateWidget node keeps reference to created widget on output pin

UE - Gameplay - Blueprint - Oct 17, 2017

There was an issue in 4.16 (fixed in CL# 3437205) in which blueprint output pins would hold on to object references until the blueprint was destroyed. It appears that an additional fix may need to b ...

FScreenSpaceData in Material Custom Expression Does Not Work in 4.19p2

UE - Graphics Features - Jan 26, 2018

When creating a Post Process material in 4.19 with a Custom expression that uses FScreenSpaceData, material editor is unable to compile, and material renders incorrectly. This does not happen in 4.1 ...

ETriggerEvent::Canceled is not set when the player controller is set to "UI Only" in Enhanced Input

UE - Gameplay - Input - Apr 20, 2022

From the UDN:When setting the PlayerController input mode to "UI Only", all game inputs are blocked/frozen to their current state, and release (ETriggerEvent::Canceled) is not called on them. Any in ...