Starting PIE with an unloaded player start spawns the player at (0,0,0)

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

From licensee:What happens is that UEditorEngine::CheckForPlayerStart() is returning the PlayerStart in the data layer, so FInternalPlayWorldCommandCallbacks::PlayInViewport_Clicked() doesn't route ...

Using a Shading Model node set to Unlit results in an invalid material with FromExpression domain

UE - Rendering Architecture - Materials - Feb 29, 2024

Create a materialSet its domain to From ExpressionRecreate the node graph as in the screenshot Note that the preview sphere is black. ...

Generating minimap texture for thirdperson template is blank

UE - World Creation - Worldbuilding Tools - World Partition - Mar 19, 2024

Level Streaming - Always Loaded sublevel affected by streaming volumes

UE - World Creation - Worldbuilding Tools - Mar 19, 2024

The docs mention: "When a streaming Level is set to Always Loaded, it is loaded together with the persistent Level. It also becomes visible at the same time as the persistent Level. It ignores strea ...

Support compatible skeletons for child montage

UE - Anim - Gameplay - Mar 17, 2024

Crash when entering Brush Editing mode with a Sequence spawnable Post process volume

UE - LD & Modeling - Modeling Tools - BSP - Mar 18, 2024

Restricted Gameplay Tags cannot be added

UE - Gameplay - Mar 15, 2024

The Gameplay Tags settings have the option to set up restricted tags as described in the documentation. Prior to 5.3, the UI correctly supported creating new restricted tags as described in the old ...

In-Memory replay checkpoints incorrectly deleted when stream length is less than TimeBufferHintSeconds

UE - Networking - Mar 18, 2024

The buffer start time is calculated by subtracting the TimeBufferHintSeconds from the stream length: const uint32 BufferStartTimeMS = UE::LWC::FloatToIntCastChecked<uint32>(FoundReplay->StreamInfo.L ...

Editor Validator classes are available through the Runtime BP creation menu

UE - Editor - Workflow Systems - Mar 19, 2024

The Blueprint  creation menu should probably only show classes that are not defined in Editor modules.  ...

Call-In-Editor functions in an EditorUtilityActor are not called in editor

UE - Gameplay - Blueprint - Mar 22, 2024

In 5.1 through 5.3, Call-In-Editor functions within EditorUtilityActor Blueprints created via Create Advanced Assets/Editor Utilities/Editor Utility Blueprint are not callable in editor. Prior to 5 ...