When using this node, in the “ComponentClass” dropdown menu I can choose the “ActorComponent” class, but it’s obviously too much generic; since I can’t mark the UActorComponent class as abstract, is there some other way to exclude the “ActorComponent” base class from the menu?
Hey there, do you want to be able to select all of the childs of Actor Component or just a specific piece of the hierarchy? If that’s the case you can set the TSubclass Of with whatever point in the hierarchy.