I am new to unreal and have no clue what I am doing. I am trying to figure something out… here is what it have.
Did you enable input on the actor?
Are you meaning this? If so, I just tried the receive input on Player 0 and it didn’t work still.
Do you have more than one photo actor in the scene? If so, you’ll need to turn off ‘consume input’ on the E node.
I do not, it is just the one.
The code is in the player, right?
Try putting debug print strings here
Are all these nodes firing as you expect?
The code is in the player, I am not sure how to add debug strings im very new. I used this code for a door opening prompt and it worked just fine.
It’s just a node ‘print string’, priceless debug information.
Yes, except with different things in them, so you can tell what’s going on
Yes, what happens?
Nothing, it still isn’t working
You can use them to track down what is not happening
My faves are
-
E doesn’t work
-
Line trace doesn’t hit
When you run it it’s says nothing? ( top left screen )
Then, you still need to monitor those FALSE branches, like I mentioned
Ohh it did i just didnt see it.
should i go ahead and monitor the false branches still?
Well, it’s look like the actor doesn’t have the tag, from that?..
What does that mean I should do? I know very little about the program.