GetOverlappingActors/Components ignore physics actors spawned in with zero movement. This only effects actors where the root is the DefaultSceneRoot and not the Static Mesh Component. User Descript ...
When the "Virtual Production Utilities" plugin is enabled, the Editor makes available a list of "Virtual Production Roles", which can be created and individually selected in a "VP Roles" dropdown on ...
From User: "Sequencer: When using an animBP there's no animation at all (preview) without an animation in the animation track. Strangely enough the animation BP starts running if you add any animat ...
The incorrect use of NewObject() to instance nested class-owned subobjects will force StaticAllocateObject() to reconstruct the instance that was already constructed by the outer class ctor in nativ ...
When a blueprint's component hierarchy is changed by changing a child component's mobility value to Static while deleting its parent component which has Movable mobility, levels saved with an outdat ...
This is a common crash occurring in the 4.16 release. It has occurred for many users, but nearly every user's project is named some variation of "pinball", this makes me wonder if the repro is surf ...
For two map placed actors, if one actor B's non root component is attached to another actor A, the attachment is not retained when actor A reruns its construction script, such as when moving actor A ...
This is a trending crash coming out of the 4.18 release. User DescriptionsI tried to call an Event Dispatcher (which is assigned in the Level Blueprint) in the Construction Script of the Blueprint ...
When a Planar Reflection component has been added to a Blueprint that has adjustable sliders that can be edited via the Details panel that updates the Blueprint via the construction script the memor ...
Metadata information seems to not be available on import. A user has reported that this was working before but I was able to reproduce the issue in //UE4/Release-4.24 cl 11590370 I am currently lis ...