You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark specific functions with metadata to register as "virtual" in ue externs (are any UFUNCTIONS virtual? maybe provide option to disable this for "pure" externs)
Add the feature to the UEMetadata.hx file
The text was updated successfully, but these errors were encountered:
Added feature so export occurs based on whether the override comes from an extern class. Haxe should be able to do all the type checking to ensure it matches the super class and all. Not sure how important it is to only mark virtual, can only imagine overriding a non-virtual class would be very rare, so maybe not worth the effort. Not to mention not sure how to check for virtuals atm since it not in UFunction or EFunctionFlags??? So guess I'll see.
UEMetadata.hx
fileThe text was updated successfully, but these errors were encountered: