UE4/UE5 Node question

Hello All,
I am working on an Inventory system for my game and ran into a snag with a node missing in UE4? I need to check if my player’s inventory is not empty and in UE5 there is a simple “Is Not Empty” node but I am working in UE4 but I cant find this node. Please see pictures of UE5 example attached. Is there a quick work around for me in UE4 as I am new to UE. Thank you in advance

Hello @darknyssrises,

I’m not seeing this node in UE4 either.

I do see the classic ‘Length’ node though. Looks like an empty array will return 0 length. So checking that the Length is larger than Zero should be the equivalent of ‘Is not empty’.

Hey Thanks for the quick response! I will try a length and see if that works.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.