If a function inside a BlueprintFunctionLibrary class is declared as static, instances of the function node inside blueprints cause the blueprint to not save after a hot reload. This does not affec ...
Subclass disappears from class variable drop-down upon reopening the project. There is a workaround for the issue but it is strange in nature. Opening the level blueprint and adding the node in scre ...
Construction script not updating HISM array count, even when new elements are adding inside of the level. Regression: Issue occurs in 4.15.1 of the binary build Using the same repro steps provid ...
When navigating the viewport, placed actors can leave a "black shadow" as the camera viewpoint changes. The artifacting remains until "Game view" or wireframe mode is activated. This only occurs i ...
The values printed from the nand boolean node display incorrect values for the specific set-ups with 3 inputs that are in the repro steps. The node works as intended with 2 inputs, and with some of ...
When multiple instances of a Blueprint in a level are selected, any component added to that Blueprint's parent class in code will appear in the Details panel with the words "Multiple Values" and a R ...
If you change focus to the Blueprint Editor (Alt+tab) while a Microsoft IME keyboard is active, the editor will freeze for a short time. The duration of the freeze is dependent on the number of blue ...
When using the IsValid node inside of a Widget blueprint with the Widget as the selected asset, the string will print as true in the Editor, but prints as false in the packaged build of the game. ...
Possibly related to [Link Removed]. This affects Static, Stationary, and Movable point lights when upgrading a project from 4.18 to 4.19.2 or Main (tested in CL 4101872). If you click the "Reset to ...
Crash always occurs when executing Visualize Texture Command with Texture id. Looks like GVisualizeTexture.Mode doesn't affect correctly. Workaround: VisualizeTexturePresent.cpp FVisualizeText ...