The Context is const (read-only) in most callbacks, so yea, you need to make sure any methods you are calling are also const, or store the information on another object (like the Player Character as you suggested).
The Context is const (read-only) in most callbacks, so yea, you need to make sure any methods you are calling are also const, or store the information on another object (like the Player Character as you suggested).