cf[-https://forums.unrealengine.com/t/5-5-not-able-to-import-animation-curves-since-5-3-5-5/2267442/4-] Be carefull there is 2 bugs reported on that Forum and I think they are not related. The firs ...
When the code for a custom trigger volume is changed and a hot reload is preformed, the green bounds of the volume disappear and the volume can no longer be interacted with. The bounds do not reapp ...
When a BlueprintImplementableEvent that takes a custom enum as a parameter is overridden in a Blueprint, it will throw a compile error. The compile error states that the event cannot be overridden b ...
DESCRIPTION: When using instanced static mesh component in a blueprint that has LODs the normal distances for LODs are not reflected for the instanced static mesh component. AH Post: https://answe ...
When using an Actor Sequence Component in an actor blueprint, the sequence will not play in Standalone. In the test, a cube was used and was increasing its scale using the sequence. When playing in ...
I was unable to reproduce this locally, but a licensee reported having trouble creating a local installed build of the Engine with only Visual Studio 2017 installed. The licensee reported that the S ...
There is an issue with Actor Variable References that become settable when in type array in the Level blueprint. Once in the array, the actor can be successfully addressed, however using the Save Cu ...
It seems that with 4.20 users are able to change a dispatcher's type from Multicast Delegate to something else (float, int, etc.) Doing so will cause any node that references the dispatcher via call ...
When the order of construction is backwards it makes it impossible to have native objects set up components in OnConstruction, that a child BP Construction Script then has access to. Sometimes the C ...
From User: When frequently terminating and re-initializing the FConstraintInstance, there appears to be a leak when cleaning up the disabled joint, which leads to an ever growing list that gets sort ...