Save Object to file

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

jag1949

New Member
Sep 28, 2003
25
0
0
Visit site
Hello,

I was wondering if it is possible to declare an object as a config variable. I've tried something like the following:
Code:
var config MyObject myObjectName;
but every time I try to load it, I receive a package MyPackage.MyObject not found error.

I believe I can work around this by saving and parsing strings, but saving the object would be easier. If you could point me to an example, it would be greatly appreciated.

Thanks.
 

jag1949

New Member
Sep 28, 2003
25
0
0
Visit site
Thanks

Thanks for the help, I'll have to look into the data object (I am using UT2003, sorry I didn't mention it earlier).