fpwong / BlueprintAssistWiki

47 stars 2 forks source link

UE 5.2 build warnings #120

Closed x157 closed 1 year ago

x157 commented 1 year ago

I'm running on the latest UE 5.2 from UDN. While building the plugin I'm getting these warnings, which are only warnings, but posting here as an FYI.

C:\Users\xist\AppData\Local\Temp\a27d980e-cbb2-41a4-88ab-770516235714\HostProject\Plugins\BlueprintAssist\Source\BlueprintAssist\BlueprintAssistWidgets\BlueprintAssistGraphOverlay.cpp(286): warning C4996: 'FGeometry::ToPaintGeometry': Use FPaintGeometry ToPaintGeometry(const FVector2f& InLocalSize, const FSlateLayoutTransform& InLayoutTransform) instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
C:\Users\xist\AppData\Local\Temp\a27d980e-cbb2-41a4-88ab-770516235714\HostProject\Plugins\BlueprintAssist\Source\BlueprintAssist\BlueprintAssistWidgets\BABlueprintActionMenu.cpp(220): warning C4996: 'FBlueprintActionMenuBuilder::FBlueprintActionMenuBuilder': The action filter now stores a reference to the authoritative editor context. Please use the default constructor instead. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
fpwong commented 1 year ago

Hi Xist, thanks for letting me know. I'll fix this in the next update.

fpwong commented 1 year ago

Fixed in 4.1.7

x157 commented 1 year ago

Confirmed fixed in 5.2, thanks @fpwong!