Get Camera reference in my Widget UI blueprint

Hi,

I’m not able to find a way to get a specific camera reference in my widget UI blueprint.

Currently i can only reference a single camera by guessing it’s index in the array.
How can i reference a specific camera from my array?

In the level blueprint i can just select and reference it, just not sure how to do it in a another blueprint.

Some help would be great!

1 Like

Give the camera actors a tag

Then in the widget, you can say

image

Ah, thank you! i wasn’t aware that was possible :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.