BP instances placed in level cannot have their components' collision profiles modified to anything other than default and custom. Note that this did not occur in 4.22 (after applying the separate ...
The following code causes this behavior.// NiagaraSystem.cpp for (FNiagaraEmitterHandle& EmitterHandle : EmitterHandles) { EmitterHandle.ConditionalPostLoad(NiagaraVer); if (!EmitterHandl ...
There are a few issues a licensee has found with the skeletal mesh merge operation. See the UDN for more details and the proposed fixes. Note, the issue with the cloth merge is already logged in a ...
This is because the RebuildControlMappings function only checks this flag when you have a mapping that was already added, we should apply this for any new mappings as well. I'll update the repro s ...
Using the HideCategories = (CameraSettings) specifier inside a custom CameraComponent class will cause the editor to crash when the component is added to a blueprint. Restarting the editor will sho ...
Crash when Child Actor Component, that is set to Destroy Other Actor on overlap, overlaps Parent static mesh inside of the blueprint editor Crash Reporter: [Link Removed] ...
Setting a UMG widget to be added to viewport when a volume is overlapped though code and creating a blueprint of this class causes the editor to crash when the blueprint is opened if the BP has a st ...
A crash occurs if the following conditions are metSetting an image widget to a dynamic materialAdding the widget blueprint to the viewport from within a HUD blueprintChanging levels ...
Macro that causes an infinite script recursion error crashes editor and produces errors in output log referring to UnrealScript. Frequency: 3/3 Crash Reporter; [Link Removed] ...
If the user right clicks on the AbilityBase blueprint the editor will crash. ...