Well, I got UDE as per the suggestion of everyone who I've talked to about coding. When I was using UED, these classes all compiled with no problems. I spent all my free time today figuring out the causes of and fixing compile errors.
I'm stuck on this one, and I don't know what to do about it:
Error: C:\UT2004\SGOMPX\Classes\SGOMPX.uc(8) : Error, Unrecognized type 'LaserDot'
What I was trying to do is add the laser dot from the ChaosUT sniper rifle to a different weapon. The laser dot is part of the ChaosUT package, but everything used to compile without a problem in UED.
I looked on UnrealWiki, and it had this to say:
"The class, enum or struct you wanted to use is not declared or not visible from this point. Also check for typos."
I don't know what they mean by 'not declared or not visible from this point,' or how to fix such a thing. Can anyone help?
I'm stuck on this one, and I don't know what to do about it:
Error: C:\UT2004\SGOMPX\Classes\SGOMPX.uc(8) : Error, Unrecognized type 'LaserDot'
What I was trying to do is add the laser dot from the ChaosUT sniper rifle to a different weapon. The laser dot is part of the ChaosUT package, but everything used to compile without a problem in UED.
I looked on UnrealWiki, and it had this to say:
"The class, enum or struct you wanted to use is not declared or not visible from this point. Also check for typos."
I don't know what they mean by 'not declared or not visible from this point,' or how to fix such a thing. Can anyone help?
Comment