Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Const

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 02:50, 17 May 2010 by Eliot (Talk | contribs)

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 or
  • to reference a constant