Constants over Vars in Unrealscript?

you have to define them before use, I know you know that. const int MyConst.

For performance local variables over constants.