UE3 - UDK Draw on Canvas problem

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

Woodway

New Member
Mar 22, 2011
1
0
0
Hello I'm very new to UDK. I've tried a few irc channels and friends etc but I haven't received any proper help yet. I'm trying to draw a HUD to the canvas. All it is is 6 resources, trying to draw them going down vertically from the upper right hand corner of the screen.

Here's the class i'm calling the resources from:
http://pastebin.com/cBrW5jGy
//Head on down to the current resources bit

Here's my HUD class (or at least the drawHUD function part of it):
http://pastebin.com/sjMrkwjJ

Currently getting the error: Bad or missing expression for token: EOStation, in Call to 'DrawText'.

Using the December build of UDK. Thanks.
 

Wormbo

Administrator
Staff member
Jun 4, 2001
5,913
36
48
Germany
www.koehler-homepage.de
So, what exactly is "EOStation" in your code? They way you use it assumes it's a variable, but the compiler error tells you didn't define it anywhere in your HUD class or DrawHUD function.