Setvelocityinlocalspace inaccessible in intellisense

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.

Hello,

We’ve recently made a switch to a new bug reporting method using a more structured form. Please visit the link below for more details and report the issue using the new Bug Submission Form. Feel free to continue to use this thread for community discussion around the issue.

https://epicsupport.force.com/unrealengine/s/

Thanks

I am seeing a ton of inaccessible errors on the default projects as well. Standard intellisense.

I got the same problem but it compiles well.