Whiteboard Blueprint

Very neat! If you’re okay with deleting every decal instead of doing it individually you can add every decal you create to an array of decals each time you create one. Then when you want to delete them you can run a for each loop on the array, deleting them all and then clearing the array.