Object Wild Card

I created a new actor called LOC_1.
( i just right clicked and clicked in the blueprint → actor → and named it LOC_1 )

I need to cast to this actor. What should i use as the Object Wild Cards ?
Plz, don’t give me an explanation about what is Wild Cards and how they work .

I don’t need overlap. I need to get ( and set ) data of the actor LOC_1 without any overlap.

In that case, it requires Object Wild Card

Edit : I need to get ( and set ) data of the actor LOC_1 from another blueprint

339083-c2apture.png

You don’t need wildcards to cast to this actor.

Wildcards are often used in macros, but you’re not saying anything about that here.

An example where you would need to cast would be on overlap, for instance:

339066-screenshot-1.jpg

What it means is, ‘Is the thing overlapping a LOC_1?’

Then you don’t need casting, you need a blueprint reference: