Esempio n. 1
0
 private static void OnPawnSetupPlayerInputComponent(IntPtr address, IntPtr inputComponentAddress)
 {
     try
     {
         UObject obj = GCHelper.Find(address);
         obj.SetupPlayerInputComponentInternal(inputComponentAddress);
     }
     catch (Exception e)
     {
         LogCallbackException(nameof(OnPawnSetupPlayerInputComponent), e);
     }
 }