I am in trouble trying to add an ArrowComponent to an actor. Maybe I’m missunderstanding what arrowcomponent means, but what I want is to show arrows like the editor shows when an actor is selected for move it.
Thank you! I tried this code but the arrow is still not visible. This actor I’m spawning has a lightcomponent too, in the following screenshot you can see that the light is showed in the scene but not the arrow:
Thank you again for the fast answer. I was spawning the actor via blueprint at runtime and couldn’t see the arrow. Now I tried spawning it in editor and the arrow appears. But the problem is that even in this case the arrow is not appearing at runtime, and I want to have this arrow to move the actor at runtime, in the same way we can do this in the editor. Is there some way to do this?
Is the arrow component variable visible in the blueprint components section of the blueprint editor? If so in the Details panel of the editor, when you select your actor placed in the level, is the arrow component variable visible there?