void OnOverlap(AActor _this, AActor other) { LogInfo(string.Format("{0} overlap {1}", _this.GetName(), other.GetName())); }