I'm a doctor, not a mechanic
Const
From Unreal Wiki, The Unreal Engine Documentation Site
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