It's possible to create object of my class?

I found a solution. I just filled a reference.

Hi. I’ve been looking for a couple of days to create an object of my class. So, I can’t understand how to do it. I want to use it in “BindAxis” function instead “this” keyword because all of them says “This is a link to your a class object”, but I want to guess I’ll just have a look for myself.

And the second function, it’s a very strange problem. When I call a function from induction, and if the body of this function has any assignment to values. for example
bool MyBool;
MyBool = true;

this lines of code will be ignored (( but I don’t know why.