Exemplo n.º 1
0
 private string FmtObjOuterNameOrNull(UObject obj)
 {
     return(obj != null?obj.GetOuter().GetName() : "(null)");
 }