UAbilityTask_GrantNearbyInteraction passes itself as the source object when making the Interaction Ability Spec in UAbilityTask_GrantNearbyInteraction::QueryInteractables. This causes the "Warning: ...
A user has reported that the saving notification sticks on the desktop when the editor is minimized. When you maximize the editor, the saving notification does disappear.I have not been able to repr ...
When "Support Forward Rendering with Metal is set, packaged projects will crash on iOS device at splash screen This was tested on an iPhone 5S, asset #5065 ...
Blueprints currently don't support unsigned 64 bit ints, but they do support signed 64 bits. If a Blueprint uses a native struct variable that contains a uint64 property, it incorrectly assigns that ...
When using the StringToBytes() function it returns one less byte due to the -1 at the end of the return. The function takes a string and converts it to bytes but it always returns one less byte than ...
Found on: //UE4/Dev-VR CL-2967563 Both the console and stat unit numbers render incorrectly, their positions in each eye do not line up correctly, causing you to 'see double'. ...
If a value with nine or more digits is entered into a numerical field the number the last few digits will be converted to another number upon accepting input. This happens in blueprints as well as ...
It appears that only custom event nodes support a deprecation message. In fact, we need all nodes that use delegates in some fashion to support a custom deprecation message. Both UK2Node_ActorBoundE ...
From PCGVolume.cpp: PCGComponent = ObjectInitializer.CreateDefaultSubobject<UPCGComponent>(this, TEXT("PCG Component")); The Component name with a space does not support a round trip through FSof ...
When the replicated scene component's AttachChildren array is replicated, the package map attempts to serialize the non-replicated component, causing the warning that the object is not supported. ...