Enums can be cast to integers[Image Removed], but you get a hover message that says the aren't compatible. Make it so I can drag a pin from the enum and drop it on an int and it works.extend this to ...
The issue is that when we hit a breakpoint with no 'object to debug' set, we will set a flag bResetObjectBeingDebuggedWhenFinished to true, so after you resume execution we'll clear that flag and fo ...
Result: Dispatcher node complains "No value will be returned by reference" [Image Removed] Expected: No user errors here. I did more test and the array of struct works as expected. Node shouldn' ...
You can manually open up the graph settings for the function and check const there, but we should either auto-set const when the function is created, or imply const for all user added functions in a ...
When the user attempts to connect delegate pins that don't match, they received a confusing mouse tooltip message that simply reads "Delegate is not compatible with Delegate". Suggested fix: When ...
This is caused by the same thing that causes this: https://jira.it.epicgames.net/browse/UE-58390 FBlueprintEditorUtils::PromoteGraphFromInterfaceOverride is the cause of this behavior ...
No error message when connecting a non-convertible pin type on a MakeSet node. The connection fails silently. I have not checked this issue on Linux or Mac. This was also seen in //UE4/Release-4 ...
In a blueprint: When dragging a variable onto a Category, and the Category name uses CamelCase, the resulting Category name of the variable will have spaces where the original did not. "TestCategor ...
Finding a variable that has a specific default value works for other container types (array, set) but not currently for map variables. ...