Question on how to make a holdable item/weapon in ARK Dev Kit

It’s not as simple as that. You need to build the logic yourself.

Also, if you go into the graph of an object and it’s blank but it has some-what complex functions, it is blocked. A lot, especially with graphs, is still hidden from us and at the same time a lot of the games code would be handled by C++ (the source) which is hidden even further away and which we’ll never see.

-WM