GUI loads pictures..

  • 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.

Dark[NSF]

Northwest Secessionalist Forces
Ok, heres what I got...

I have a GUI Drop dont box that has some things in it.. I'm trying to make a picture appear for each one.. I've tried just about everything, and its getting quite frusterating... Can I get an example somewhere?


Thanks for the help :)
 

Doc_EDo

LEFT
Jan 10, 2002
755
0
0
You need to have a GUIImage in your GUI page. Call it MyMapImage.
Then just do
Code:
in init
MyMapImage  = GUIImage(Controls[1]); 		

in your update function
MyMapImage.Image=Material'mypackage.myimage';