Base Crafting Requirements - Either / or (different quantity)

Hello everyone!

I just wanted to ask really quickly because I just couldn’t figure it out myself, nor did I find anything exactly what I’m looking for…
Is it possible to make a blueprint require either one or another item with different quantities?
For example: 1 wood / 5 thatch.

Thanks in advance!

You could probably use the “BPAllowCrafting” function to setup your own custom logic to do it by checking the inventory it’s in for the required items.

Thanks for the quick reply!

I’m sorry if this sounds like a noob question, but I’m still fairly new to UE4 so I’d like to ask how I could do it, if you don’t mind?