Performing a Hot Reload after altering a custom component code class can make the component unusable in Blueprints, and even crash the Editor. WORKAROUND: Close and re-open the Editor. ...
The application crashes when adding ".umap" to the launch map at application launch. If not specify ".umap", it will be able to launch application. There appears to be a failure to parse the URL. Th ...
The Editor will crash when setting a bool in a Niagara Parameter Collection via Blueprint. Found in 4.20 CL# 4369336, 4.21 CL# 4753647, 4.22 CL# 5159901, 4.23 CL# 5194133 ...
Timeline tracks can be given the same name as existing execution inputs, which causes some unusual behavior when dragging off the pin. Renaming them will rename the execution pin instead, and compil ...
If a Blueprint Interface function takes other Interfaces as parameters, and a circular dependency is present, the Editor will crash when the interface is called. CRASH REPORT: [Link Removed] CALLS ...
This is a frequent crash occurring in the 4.15 Preview. No other information is currently known. Regression? Yes - there is no evidence of this occurring in 4.14 ...
As part of RecreateClothingActors(), the master pose component is not checked for a valid mesh and therefore when TransformComponent->GetComponentSpaceTransforms() is indexed into, crashes can occur ...
Closing a shape with the pen tool and then hitting enter will cause the editor to crash ...
Changing area light settings in blueprint will Cause a crash. Found in 4.20 CL# 4302132 and 4.21 CL# 4307852 Unable to test in 4.19 due to provided project being in 4.20 ...
Declaring a TMap with an FIntVector key (ex: TMap<FIntVector, int32>) will cause the editor to crash when adding an element to the map. ...