How can i get input settings in c++?

In BP there is such useful node named “GetInputSettings”. Rn i need use it in C++. How?

That’s “easy”, in that all engine BP functions have their code in C++. So you know it is fesible, and you know there’s a straightforward way of finding the answer: Go look at the C++ code underlying this GetInputSettings node.

A simple textual search on the engine code in your IDE should point you in the right direction.

Personally I’d first try my luck with a simple “::GetInputSettings” as the searched text. I believe in some cases you can also right click the node and ask for the source, but for it to work your editor preferences must be setup so that it knows to open your IDE.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.