Unlike UnrealScript however, I'd prefer to have simpler syntax: just class'Something'.SomeConstant rather than having to spell out class'Something'.const.SomeConstant, because that's just silly. We'll probably end up supporting both for compatibility but the latter should emit a warning.
Unlike UnrealScript however, I'd prefer to have simpler syntax: just
class'Something'.SomeConstantrather than having to spell outclass'Something'.const.SomeConstant, because that's just silly. We'll probably end up supporting both for compatibility but the latter should emit a warning.