jorgenpt / Hermes

An Unreal Engine plugin that allows direct (deep) links into the Unreal editor
146 stars 12 forks source link

UE 4.27 compatibility #6

Closed zosiu closed 1 year ago

zosiu commented 1 year ago

Just a small change to make the plugin compile with UE 4.27 too.

The AssetRegistryModule include change is not strictly necessary, but it results in a deprecation warning in UE 5.

jorgenpt commented 1 year ago

@zosiu Thank you for the fix, nice little NYE surprise! The only warning I see (both before and after your change) is "Engine\Source\Runtime\CoreUObject\Public\CoreUObject.h(6): warning: Monolithic headers should not be used by this module. Please change it to explicitly include the headers it needs.", so no worries. 👍🏻