Bug: Intellisense reports function setvelocityinlocalspace is “inaccessible”, however compile works fine and the function is called correctly. Header is appropriately included.
Steps to reproduce: call this function in c++ in visual studio 2017.
Unreal version: 4.20.2
Visual Studio version 15.6.3
Expected behaviour: Intellisense accesses the function normally for autocomplete and context
Actual behaviour: It does not
This is mostly a visual/quality of life bug. The code still works correctly, but you cannot autocomplete this function in visual studio because of this bug.