Old property values can be applied when updating an unmapped reference in custom NetSerialize struct

UE - Networking - Apr 13, 2023

This seems to be caused by the following:The struct, which has an actor reference property as well as some other properties, implements its own NetSerialize function.When the actor reference propert ...

FIntVector has some code that refers to it being two dimensonal

UE - Gameplay - Mar 10, 2016

There is code in the FIntVector class (IntVector.h) that seems to be copied from the FIntRect class which is a problem since FIntRect is two dimensonal while FIntVector is three dimensional. The one ...

Lightmaps on Mobile Devices Appear Dirtied and Pixelated

UE - Platform - Mobile - Jun 19, 2015

Baked lighting on mobile has dirtied or pixelated lightmaps. When testing this issue I attempted to change various settings within the 'Lightmass' section and the changes made did not have much effe ...

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation

UE - Editor - Content Pipeline - May 1, 2025

UEditorValidatorBase::ValidateLoadedAsset() is not using the K2_ValidateLoadedAsset() output, effectively ignoring the Blueprint validation. The K2Result is not used later in the function, and this ...

Access Specifies set to private displayed no warning when called

UE - Gameplay - Blueprint - Feb 21, 2017

While using an access specifier for a function that is set to private, does not run the function, but it can be placed into another BP with no warning appearing when the BP is compiled. This issue ...

Rep Notify is not getting called on the client

UE - Networking - Jan 30, 2017

I've been looking into replicating HMD movement across the network I found a thread where there was an example "MPRepro" to show the how to do this, but testing that example, I see behavior where ...

Mouse click requires double click to enter input if "Set Input Mode Game Only" used

UE - Editor - UI Systems - Slate - Oct 3, 2016

Mouse click requires double click to enter input if "Set Input Mode Game Only" used Regression (no) issue (does) occur in 4.12.5 Notes The first box selected will light up correctly the first time ...

Mobile MSAA breaks Modulated Shadows on OpenGL ES 2

UE - Platform - Mobile - Apr 2, 2018

UPDATED DESCRIPTION When enabling Cast Modulated Shadows on a Directional Light and using Mobile MSAA on Android OpenGL ES 2, shadows from the Directional Light do not render when dynamic objects ar ...

BroadcastOnActorMoved is not being called

Tools - Feb 13, 2018

In 4.18, BroadcastOnActorMoved() is no longer being called when an actor is moved in a level. The PostEditChangeProperty() function checks to see if the name of the property that was changed matches ...

BlueprintNativeEvent in Component Subclass does not show up in BP with the component

UE - Gameplay - Blueprint - Apr 20, 2015

If a function is marked as BlueprintNativeEvent inside of a class that inherits from a component (Scene component, Actor component, etc) then the function cannot be called in a blueprint with the co ...