コード例 #1
0
 private string FmtObjOuterNameOrNull(UObject obj)
 {
     return(obj != null?obj.GetOuter().GetName() : "(null)");
 }