コード例 #1
0
 public bool TestFunc_Validate(out string some1, ref long some2, List <int> incorrect, out BlueprintTest.Pong.ABPUtil_C.FMyTestDispatcher despatch)
 {
     some1    = null;
     despatch = null;
     return(false);
 }
コード例 #2
0
 public int TestFunc(out string some1, ref long some2, List <int> incorrect, out BlueprintTest.Pong.ABPUtil_C.FMyTestDispatcher despatch)
 {
     some1    = null;
     despatch = null;
     return(0);
 }