Starting 2 editors with remote control plugin enabled will impact performance

UE - Virtual Production - IO - RemoteControl - Dec 16, 2024

Launching a second editor with the websocket server enabled will try to bind to the same address as the first editor, and since the websocket server is running in the game thread, it will block the ...

Crash in UPCGComponent::CleanupLocalImmediate(bool,bool) on file load

TM - Tools - May 30, 2025

Reported in SF [Link Removed] User has a file that will crash at launch consistently. Crash report indicates the problem is with PCG content inside the file. ...

Fbx Importer: Need to clamp incoming vertex color

UE - Editor - Content Pipeline - Import and Export - Jan 30, 2023

Assert when toggling RHIThread

UE - Rendering Architecture - RHI - Oct 12, 2023

Saving Level changes the Rotation of actors with parent-child relationships

UE - Gameplay - Components - Nov 14, 2019

According to the licensee report, UnrealMath.cpp (588) constfloat SINGULARITY_THRESHOLD = 0.4999995f; It seems that this can be avoided by changing the above value. However, changing SINGU ...

FCPXML export is off by one frame

UE - Anim - Sequencer - Feb 10, 2021

It looks like FCPXML is off by one frame for the MRQ export. For the old movie scene capture tool, it appears correct. ...

Static Mesh Scene Actor Flipped Normals

UE - Rendering Architecture - Aug 31, 2023

Static meshes can have normals flipped when the actor they are attached to has one component of its scale inverted. ...

[CrashReport] UE4Editor-Core.dylib!<Unknown>

OLD - Anim - Dec 31, 2015

[Link Removed] ...

Crash in PCGComponent during file load for file with vegetation from placement tools

TM - Tools - Jul 14, 2025

Reported in SF [Link Removed] Client has a file that consistently crashes during loading in the PCGComponent.cpp that appears to be linked to placed vegetation. Crash occurs during file open and m ...

Spawn actor of class does not work in packaged game

UE - Gameplay - Blueprint - Jul 1, 2015

Spawn actor from class does not work when playing in a packaged game. ...