Using "Replace variable with..." does not mark a blueprint as needing compilation. Reproduced in 4.9.2 binary, 4.10.1 binary, and Main 4.12 (CL 2813214). This is not a regression; the same bug appe ...
**UPDATE** When the actor is pulled from content browser to scene, a "ghost" object is created even if the actor is still being "held". Dragging the actor back and forth into the editor viewport wi ...
CrashReporter: [Link Removed] The Navmesh Modifier Component in blueprints does not properly update a levels navmesh. ...
When running a game in the editor and using the Command Console 'ModifySoundClass', the console returns saying the command is unrecognized. It is my understanding, that even if you do not create ne ...
Enum Variable doesn't pull/print the correct Default Value User Description: (Blueprint) User defined enum in 4.9 getting corrupted I believe there is a severe underlying issue in 4.9 regarding u ...
Effects Quality settings within the device profiles, or even set in the .ini file seem to be ignored. Even when you're calling sg.effectsquality in the console command, it's ignored. The only way I ...
All entries in the Project Settings window are suppose to be saved in the DefaultEngine.ini file. This does not occur for settings related to Support Agents such as Can Walk, Can Crouch, etc. Note: ...
When using a Shooter Team Start to set up team spawns in Shooter Game, enabling the Not for Bots, Not for Players, or the Spawn Team options don't seem to have an effect, as both the players and bot ...
After generating a new Slot node in the AnimGraph of the AnimBlueprint, creating a new Slot Group and subsequent Slot for that group results in the new slot being assigned to the Default group after ...
Calling a code defined function in blueprints that returns a TWeakObjectPtr causes a crash. ...