Ucc control Question.

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

TG|Mcbain

New Member
Apr 22, 2004
10
0
0
Hi

Is it possible to force ucc to compil on package before another?

I have a problem because i declare a var like this :

var myActor myVarName

But class myActor is in a package which is always compiled after the package where myVarName is declared which result in a : Error Unrecognized type 'myActor' when compiling :(.

thx for help:)
 

TG|Mcbain

New Member
Apr 22, 2004
10
0
0
aaargh what a stupid dude i am, they are just compiled in same order they are declared in the ini.!!