The BP interface graph shouldn't be able to convert functions to events because they are inherently all function graphs. ...
FConsoleVariable::OnChangedCallback was changed to a multicast delegate in 4.26. Along with this, FConsoleVariableBase::SetOnChangedCallback was implemented to emulate a single delegate for compatib ...
Object blured in foreground with blur radius larger than there size cause artifact ...
It was noticed that after changing the class of the component and restarting the editor, the Detail panel is no longer displayed, which makes it impossible to work with it. Repro Rate 5/5 Regressi ...
The exporter export the render data and the nanite render data is on the gpu and is not accessible, this is why it export the fallback mesh. Its more complex then it appear since we will need to do ...
FLevelEditorViewportClient::InputAxis needs to be updated to use the device mapper and FInputDeviceID's instead of the old int 32 ControllerID. Looks like this was missed during the refactor to use ...
This appears to be a general crash when a SingleLayerWater material is assigned to a Nanite Mesh. ...
The log output in ValidateStaticUniformBuffer, lists hashes that do not correspond to the actual shader name which makes it difficult to track down problem shaders. The current log output code is ...
Expanding a folder in the Finder through the editor will crash the editor. Reproduced in 4.7.2 binary on 10.9.5 Crash Report: [Link Removed] ...
PIE without compiling child blueprint (3rdSpiderPawn in example) that is attempting to affect an inherited variable will crash the editor. Additional Information: User has several cast to nodes ca ...