Visibility of World Outliner doesn't affect skylight

UE - Graphics Features - Nov 27, 2018

Visibility of World Outliner doesn't affect skylight. But it affects other kinds of lights like Point Light, Directional Light. I found that USkyLightComponent::CreateRenderState_Concurrent() doesn ...

Compiled MayaLiveLink plugin for Maya-2018 under Linux crashes Maya

OLD - Anim - Aug 27, 2019

User is trying to use the Maya Live Link plugin on Linux with Maya 2018. They tried to modify the MayaLiveLinkPlugin.cpp because there is no possible way to compile the plugin under linux with uintp ...

Wrong normal map compression settings when importing USD file

UE - Editor - Content Pipeline - USD - Apr 22, 2022

Customer Comments: this is just a workflow issue where you need to set the compression settings to normal or tick the sRGB checkbox to fix the shading issue Regression testing done in //UE4/Rele ...

When the WidgetInteraction component hovers over the Button of the Control component, executing the Press Pointer Key causes any ongoing Input operations to force their "Completed" operation

UE - Gameplay - Input - Jan 9, 2023

Reproduced 3/3 times, issue does not occur in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed Regression. Other Notes:Any ongoing Input operations gets forced to their "Completed" operation I cr ...

SetOneWayInteraction functionality has no effect on the simulation

UE - Simulation - Physics - Nov 11, 2022

Calling SetOneWayInteraction on a BodyInstance has no effect within the physics engine. The state of the flag is passed in to Chaos but nothing actually uses the value once it is there. It is expe ...

Queued AnimNotifies skipped on Server via CharacterMovement.

From a licensee: The issue is that under certain edge conditions I am experiencing Anim Notifies not being executed on our Dedicated Server ( it is an off case, so they typically do work, there a ...

Assertion failed on reimporting FBX scene

UE - Editor - Content Pipeline - Import and Export - Aug 7, 2024

Following code works as a work around : void SFbxSceneStaticMeshReimportListView::OnChangedOverrideOptions(TSharedPtr<FString> ItemSelected, ESelectInfo::Type SelectInfo) { #if 0 check(ItemSele ...

Dataprep crash when creating a parameter from a datatable asset or any asset

UE - Editor - Content Pipeline - Visual Dataprep - Nov 28, 2022

BP - Invalid component variable reference 'Access None' spam in a dedicated server build if the component class returns 'false' for NeedsLoadForServer().

UE - Gameplay - Components - May 10, 2016

If a component class returns 'false' for NeedsLoadForServer(), then variables will not be included in the class in a cooked/packaged dedicated server build, and thus any variable references in scrip ...

Color Picker will open half or more off screen

Tools - Dec 15, 2015

Users are experiencing an issue where the color picker is opening half or more off screen. This is particular bad for users who only have one monitor. It is most prevalent in a UMG Widget BP, but ...