In Editor, Blueprint resources are not freed up when the Blueprint is closed

UE - Gameplay - Blueprint - Feb 16, 2024

It appears that the preview scene used to render thumbnails is not destroyed after a thumbnail is rendered, even after the blueprint editor is closed and GC is run. Also found in Release-5.4, CL: 31 ...

Internal Compiler error when calling a custom enum in a struct from a blueprint macro

UE - Gameplay - Blueprint - Aug 6, 2015

If a macro is referencing a custom enum within a struct and compiled after another output pin is removed, an internal compiler error will appear and the blueprint will not compile. ...

Animating blueprint mesh duplicates uncontrollably

UE - Gameplay - Components - Apr 15, 2015

When animating within a blueprint of a subclass created in c++, the animating mesh replicates itself uncontrollably. Added to .h: UPROPERTY() UBoxComponent* BoxComp; UPROPERTY() USkeletalMeshCompo ...

Enum Meta is being ignored when project is packaged

Tools - Nov 4, 2014

When using UMeta on Enums, text is ignored when doing Enum to String on a packaged project. ...

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe

UE - Virtual Production - Nov 21, 2019

Blueprint Node "Get Actors" for Layers in Level Blueprint causes crash in Packaged .exe The Blueprint node "Get Actors" for Layers in the Level Blueprint causes an instant crash in a built developm ...

When loading a new level, a variable of the subclass of type is reset to null in the classes inherited from UGameInstance or UGameInstanceSubsystem

UE - Foundation - Core - Cooker - Dec 1, 2022

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. It's only in packaged & quick launched builds that this occurs; PIE works as normal. ...

Crash with for loop and TArray in constructor to generate multiple StaticMeshComponents

UE - Foundation - Core - Apr 20, 2015

Using a TArray to store multiple components being setup inside a for loop of a constructor will crash on project open. Crash Reporter: [Link Removed] ...

Bink Media Player leaves last rendered frame in viewport on play

RAD - Bink Video - Aug 4, 2022

Essentially, when set to "Overlay Fill Screen," the Bink Media Player will render the last viewed frame over all game levels in PIE, without actually playing the video or being given any sort of pla ...

Setting a parent and child static mesh scale to negative effects the rotation on child movement

UE - Gameplay - Jun 1, 2016

Setting a parent and child static mesh scale to negative effects the rotation on child movement This is a regression. Worked in 4.11.2. User Description: We have a simple project example (see att ...

Max Pitch Angle does not correctly apply when utilized in procedural foliage volumes

UE - World Creation - Worldbuilding Tools - Foliage - Aug 27, 2015

Random Pitch Angle does not properly apply when called within a procedural foliage volume. ...