How can I know where a variable is declared?

Hi!

I’m using Unreal 5.3.2. and I want to learn more about VR.

I’m checking the Menu Blueprint actor class, and I don’t know where the variable Motion Controller Aim Ref is declared:

imagen

This is the full code:

Where is the variable declared? Is it a global variable? Local variable? An actor component?

Thanks!

1 Like

Probably the components list

image

2 Likes

use the Search in My Blueprint tab.
For usage, once you find it right click and Find references.

1 Like

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