Dropdown Array filtered to specific instances of class

Hi all,

Need some help I’m in C++ and trying to do it so the choosable components are filtered and limited to only instances of Light Component within the actor.

image

At the moment all I seem to be able to achieve is to have it where the dropdown shows the instances of LightComponent rather then it’s instances of instances. Any idea how I can achieve what I’m wanting which is the below.

On compile of the actor I want the dropdown to show just instances of light components to then be able to select one of them which will then be the component referenced.

1 Like