I love the smell of UnrealEd crashing in the morning. – tarquin
Const
From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 18:13, 9 June 2010 by Eliot (Talk | contribs) (Direct section link to access modifiers)
This disambiguation page lists articles associated with the same title. If an internal link led you here, you may wish to change the link to point directly to the intended article. |
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