Closed geekrelief closed 6 months ago
Thanks for letting me know, currently have some pc issues so it might be a while until I can double-check this on the main branch.
Looking at the code here I think your fix is good, I'll add this in the next update 👍
When compiling against ue5-main, v5.5, I get an error.
In BABlueprintActionMenu.cpp, line 223
Derives from EdGraphSchema.h's, FGraphActionListBuilderBase where ActionGroup has been deprecated
In BABlueprintActionMenu.cpp on line 256, the call to MenuBuilder.GetAction needs to be replaced with GetSchemaAction.
The code in the for loop on line 254 can compile with this (looks sensible to me, but hopefully you will double check):