I’m currently making a healthbar mod but I can’t seem to find the stamina/topor values for dinos and players in blueprints.
Are these values somehwere hidden in the blueprints or are they only in a c++ file, if so which one and where?
They are almost definitely in C++. Which means that you cannot access or modify them, because they don’t necessarily use source code but rather built binaries.
This is a commonly requested feature though, so hopefully the developers put it in! Stamina would be super nice for me to have for my mod as well!