Blueprint Casting

Hi there. Are the all the notes spawned on BeginPlay?
If so you could do a Get All Actors of Class when you spawn the Player Character - yes it can be an expensive operation but you’d only do it once and then store all the returned actors in an array variable you can then use cheaply.