How to group Interface Blueprint Functions?

Someone told you you should split them? Splitting would be useful to keep things clean. I usually create Interfaces for specific actions. Let’s say InventoryInterface holds all inventory related functions. InteractableInterface holds Interaction specific stuff. Other than that, I don’t know :slight_smile: