Attempting to increment the value of an array element does not seem to work, and instead returns the original value that was passed into the increment int node. Found in 4.11.1 binary. Reproduced i ...
When the return value of a C++ function is changed without preforming a hot reload, instances of the function node used inside a blueprint function will have their Return Value pin updated to the co ...
When the default values of a struct are set in code and an array of the struct type are added as a class variable, creating a blueprint of the class with show array elements with the "reset defaults ...
There are two extra "=" marks on the "if" node: A>=B A==B This does not match documentation. *See image ...
Calling a child's child in a child blueprint from a spawn actor from class node that is being called back to the child causes an error. Basically, when using the spawn actor node referencing the chi ...
Private functions within a blueprint can be called from other blueprints. A warning does appear but the function is run despite this warning. ...
Creating a second Strategy Game project, and leaving it as the default name (StrategyGame2) will prevent it from being compiled. The compile fails because the files are not properly renamed to match ...
Workaround: Delete the StagedBuilds folder within [Project] \ Saved User is not able to LaunchOn on multiple platforms. They receive a message saying Plugin 'SlateRemote' failed to load. The plug ...
If dynamic bindings are being used in a custom code class from which Blueprints are derived, any hot reload will make the bindings a permanent part of the Blueprint and they cannot be removed or cha ...
LookAt AimOffset in the Anim Graph causes character to explode. I hadn't used this node yet, but it seems new to 4.14. ...