Materials on deleted children are applied to the camera when inside of an actor blueprint. This issue does not appear to be a regression. Versions Tested: Issue occurs in all versions Tested 4.16.3 ...
UActorComponent::RegisterComponentWithWorld() does not have a check for bAutoRegister near the end of the function, where it registers the component's children if it was created by the Construction ...
Engine Scalability Settings for Foliage Quality are not applied to foliage meshes automatically. Found in 4.17.2 CL 3658906, 4.18.1 CL 3754814, and 4.19 Main ...
When reverting the change of overriding a function from a blueprint's parent, the editor will crash if that blueprint has a child of its own. Regression?: No This also occurred in 4.16 ...
Hot reloading a change that affects a class that contains a TArray UProperty will wipe all of the array elements of any Blueprint subclasses of that class. Regression?: Yes This does not occur in 4 ...
There is an issue where Expandable Area does not respect scrollbox boundaries unless set to fill. This occurs when the scrollbox is a child of another component. This issue does not appear to be a r ...
In this situation, a FRuntimeFloatCurve UPROPERTY is stored in an Actor Component called CurveComponent. A Blueprint of MyActor (A subclass of AActor) is created and the CurveComponent is added to t ...
It has been reported that when building with Visual Studio 2017 version 15.5.1, a warning/compile error is shown in BodyInstanceCustomization.cpp: warning C4287: '<': unsigned/negative constant mism ...
Calling RegisterComponent in the PreInitializeComponents of an Actor will cause child components of its components to be ignored because the Actor is still being initialized. My understanding is tha ...
In cases where serialization goes out of bounds, there is no check to see if the app is running in unattended mode before the message box is displayed. If the app is running unattended, such as on a ...