My program doesn't have bugs. It just develops random features.
UnrealScript history
From Unreal Wiki, The Unreal Engine Documentation Site
(Redirected from Legacy:New UnrealScript In UT3)
This article contains a summary of important changes in UnrealScript between different versions of the Unreal Engine.
Contents
Changes between UT3 and UDK[edit]
- New Class modifiers
- New Additional dynamic array operations
- New Variable modifiers
- New Function modifiers
Please help improve this article or section by expanding it. |
Changes between UT2004 and UT3[edit]
- New Preprocessor
- New Interfaces
- Removed #exec Directives
- New Class modifiers
- New Metadata
- New Overriding parent subobjects etc
- New Components
- New Additional dynamic array operations
- New Constants can be accessed from other classes
- New Variable modifiers
- Removed Function replication in the Replication block
- New Function modifiers
- New Default properties block for structs
- New Default value declaration for optional parameters
Please help improve this article or section by expanding it. |
Changes between UT2003 and UT2004[edit]
- New Variable modifiers
- New Class modifiers
Changes between UT and UT2003[edit]
- New Class modifiers
- New Dynamic arrays (existed before, but now fully useable from UnrealScript)
- New Variable modifiers
- New Function modifiers
- New Struct modifiers
- New Subobjects
- Removed Variable replication from client to server
Please help improve this article or section by expanding it. |