Replicated Value to ComboWindow

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

SkullKrusher

New Member
Sep 4, 2004
25
0
0
I have replicated my Current ini Bool setting to my client. however when i try to set the combo button to True or False I keep getting errors. I can log the value that is in the Server ini correctly but cannot seem to set the drop down bool in the window selector box correctly

any takers



if ( MyGRI.ARC_ReplicationInfo_ServerBool )
ComboButton1L.SetSelectedIndex(0);
else
ComboButton1L.SetSelectedIndex(1);