How to change targets on nodes

I’m very new to this so i’m not sure if this question makes sense, but how do I change the target on a node in blueprint, say if I wanted to change Target Visibility target from Scene Component to LightComponent.

I’ve attached a screenshot of what i’m talking about.

Any advice would be very appreciated.

You forgot the screenshot.

You can use a Select node to choose between different pieces of data based on another value.

Oh oops I forgot

Oh, I see. Short answer: you can’t. Long answer: Scene Component is the parent class for basically all the different types of components. A LightComponent is a kind of SceneComponent, just like a PointLightComponent is a kind of LightComponent, etc. When you create a new blueprint you can look at the whole tree if you expand “All Classes”.