UFE Deploying and launching a packaged build on Linux fails due to invalid directory

UE - Platform - Linux - Dec 22, 2016

Deploying and launching a packaged project, using a Custom Launch Profile that is set to copy the project to a repository, fails due to a missing /. I do not see this issue when running a Quick Lau ...

Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log

UE - Gameplay - Blueprint - Apr 27, 2016

Renaming a Struct variable that is used in a Widget BP creates 'Warning: Unknown property in' warnings in the Output Log User Description: I think this should be brought up as these seems to be a ...

Destructible attached with a Physics Constraint have inconsistent physics

UE - Simulation - Physics - Destruction - Jul 26, 2016

Destructible attached with a Physics Constraint have inconsistent physics compared to a standard Static Mesh. This is also sometimes prevalent with Destructibles that aren't attached with a Physics ...

changing localization does not change text in PIE

Tools - Sep 10, 2015

When switching localization for testing, text does not change language in PIE. ...

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor

UE - Gameplay - Oct 12, 2018

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor.  Upon creation of an Actor blueprint initially derived from a c++ base class (VRCharacter) which ...

AbilitySystemComponent::NotifyAbilityEnded Can Crash due to Callbacks Invalidation Specs

UE - Gameplay - Gameplay Ability System - Oct 11, 2023

Pasting from the UDN: Unsafe code in AbilitySystem can lead to crash when granting an ability inside OnAbilityEnded Hello. We just ran into a crash. After investigation, it seems to be caused by ...

Player state on clients does not get set properly

UE - Networking - Jul 23, 2015

When playing in Standalone with multiple characters there's the the chance that one of the player states does not get set and remains null. This is not a 100% repro case. Multiple tests may be req ...

Sprite collision is inaccurate

UE - Gameplay - Paper2D - Oct 31, 2014

Sprite collisions do not accurately reflect the collision for the sprite. While the collisions are always the same between two of these, the collisions do not correspond to the shape of the collisio ...

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] ...

Failed Import for Spline Component Error Appears on Restarting Level

UE - Gameplay - Blueprint - Jul 5, 2016

When creating and declaring a Spline Component in code, placing an instance of a blueprint derived from that class in the level causes a failed import message to appear upon restarting the level. ...