Hi everyone,
Quick BlobArray question here: I’m trying to create optional validation in a component system using a BlobArray. Works fine until I try with an empty list, as zero-size BlobArray are not allowed (runtime error when using Allocate()). How would you recommend to achieve this?
Thanks!