I don't need to test my programs. I have an error-correcting modem.

Const

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search

The keyword const is used:

  • to define UnrealScript constants
  • as a modifier for declaring variables as not directly modifiable from UnrealScript code
  • in Unreal Engine 3 as a native implementation modifier for functions and parameters