Hello, I'm new to UScript and a friend of mine pointed me to a tutorial on the UDN that shows how to get the mouse cursor to show up and interact with a level in UDK. I'm slowly going through this tutorial, but I seem to be having a couple of issues. I'm getting 3 errors that I'm not sure how to fix. I don't want to open…
I got the MouseInterfaceInteractionInterface file fixed (had to remove the class line).I created my own HUD so I don't need any references to Scaleform or GFx. I've been removing those parts of the code and come up with this error: Is there a way to delete the reference to scaleform without hurting the rest of my files?…