Using ServerTravel <MapName> command with Seamless travel causes level blueprint logic to not run on client

UE - Networking - Jan 14, 2020

When calling the ServerTravel command when using seamless travel, level blueprint logic is not being run on the client side.  NOTE: Adding a small delay (tested with .2 to 2 seconds) after the "B ...

Tiling Sprite in UMG uses whole image

UE - Editor - UI Systems - Sep 21, 2020

When a Sprite that has been created from a Texture Atlas is used in a Widget, it can not be tiled. Instead the whole Texture Atlas is tiled.  Reported in version 4.25.3(CL 13942748). Tested and fou ...

Blueprint nativization fails using a map type argument as Expose on Spawn

UE - Gameplay - Blueprint - Oct 2, 2020

Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...

EngineSubsystem Deinitialize is not being called

Tools - Jan 24, 2020

UEngineSubsystem::Deinitialize() is not called when closing the editor In addition, (tested only with released 4.24.1)  when recompiling a module using the "Modules" window in the editor the d ...

Private functions can be overriden in the "My Blueprint" tab

UE - Gameplay - Blueprint Editor - Apr 29, 2022

Discovered during investigation of [Link Removed]. This is happening because we are not filtering out private parent functions in SMyBlueprint::BuildOverridableFunctionsMenu. With any fix that is ...

Syncing issue when stopping and blending out a non-looping montage to an anim graph

UE - Anim - Gameplay - Feb 7, 2023

When syncing from a non-repeating montage that is blending out to an anim graph, the anim montage is marked as a follower due to having its PrevMaker as an AnimBoundary(-1), furthermore in this case ...

UMovieSceneTrackInstance::GetWorld() does NOT work properly in Editor

UE - Anim - Sequencer - Mar 28, 2023

UMovieSceneTrackInstance::GetWorld() returns nullptr on Editor, so user can't use any function using WorldContext and Subsystem. The following code change may fix this issue UWorld* UMovieSceneTra ...

Parameters show up in material instances even if they're not supposed to be exposed

UE - Rendering Architecture - Materials - Feb 28, 2018

In this case, I've added inputs to a material function. That material function input uses a parameter as it's default value. [image: Inline image 1] When referenced in the shader[image: Inline ima ...

Opening a Niagara asset that references a disabled plugin (Chaos Niagara) can crash the editor

UE - Niagara - Jan 18, 2024

Opening a module with references to a disabled plugin can crash the editor.  ...

Moving the file location of the Editor Startup map appears to break the reference to the startup map

Tools - Nov 10, 2016

Moving the file location of the Editor Startup map appears to break the reference to the startup map. The editor fails to find the map and so does not use it for the start up map. Notes: In the ...