示例#1
0
 ///<summary>Report Perception Event</summary>
 public static void ReportPerceptionEvent(UObject WorldContextObject, AISenseEvent PerceptionEvent) =>
 AIPerceptionSystem_methods.ReportPerceptionEvent_method.Invoke(WorldContextObject, PerceptionEvent);
示例#2
0
 ///<summary>Report Event</summary>
 public void ReportEvent(AISenseEvent PerceptionEvent) =>
 AIPerceptionSystem_methods.ReportEvent_method.Invoke(ObjPointer, PerceptionEvent);