Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
var delegate<XXXXX>
#1
for some reason ucc for unreal engine 2.5 does not like that format, what can I do?
Reply
#2
Ah those properties are atuo-generated by UCC -make, for example if a class declares a "delegate MyDelegateFunction();" then a "var delegate __MyDelegateFunction__Delegate" is inserted by the compiler.

While UE3 lets you compile such properties, unfortunately for UE2 you will have to remove the generated properties. And any reference to the property has to be renamed to "MyDelegateFunction".
Reply
#3
interesting information
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)