Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Fix issue with duplicate virtual function names #106
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltris committed Aug 4, 2019
1 parent b5a012f commit d8abadf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,7 @@ private bool TryGetFunctionFlags(ManagedUnrealFunctionInfo functionInfo, MethodI
functionInfo = cachedDummyFunctionInfo;
functionInfo.Flags = 0;
functionInfo.AdditionalFlags = 0;
functionInfo.OriginalName = null;
}

var attributes = originalMethod.GetCustomAttributes<ManagedUnrealAttributeBase>(false);
Expand Down

0 comments on commit d8abadf

Please sign in to comment.