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

Commit

Permalink
Fix interface hotreload crash
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltris committed Aug 4, 2019
1 parent d8abadf commit a4a6cbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ private static void BuildTypes()
unrealClass = Runtime.Classes.USharpStruct;
break;
case EPropertyType.Interface:
unrealClass = Runtime.Classes.UInterface;
unrealClass = Runtime.Classes.UClass;
break;
case EPropertyType.Object:
unrealClass = Runtime.Classes.USharpClass;
Expand Down

0 comments on commit a4a6cbe

Please sign in to comment.