Posts: 1
	Threads: 1
	Joined: Nov 2022
	
	
 
	
	
		for some reason ucc for unreal engine 2.5 does not like that format, what can I do?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 227
	Threads: 27
	Joined: Jan 2012
	
	
 
	
		
		
		11-29-2022, 08:59 PM 
(This post was last modified: 11-29-2022, 08:59 PM by eliot.)
		
	 
	
		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".
	
	
	
	
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Jan 2023