Please help chatgpt is confusing me

Please help chatgpt is confusing me. Here what it says, but I can’t connect these two. Would be nice if someone could explain it to me.

Event Tick (Green Pin)
→ Get Actor Location (for me the Get Actor Location is a blue Pin)
→ Break Vector
→ Make Vector (X = original X, Y = 0, Z = original Z)
→ Set Actor Location

So how can i connect Event Ticker to Get Actor Location

The goal is Your player always stays exactly on the 2D plane (Y=0) - perfect for side-scrollers Game

Thank you for Help!

1 Like

It means this

or more precisely, I think it’s going for

But that’s more nodes.

You can right click and split the pins

split

You can still do the add movement on tick, but this setup will always correct the Y.

2 Likes

Thanks for your help!
I have entered it.
If I may ask for your advice again.
The whole thing is supposed to move and center my character. Unfortunately, nothing moves at all.

1:) I have these gamemode settings
GameMode Override my gamemode + default pawn class my blueprint

2:) I have in the settings input MoveUp w,s, and Moveright a,d,

3:) Auto Possess Player is player 0

do you see the error?

ok this is how it works

1 Like

You’re supposed to connect from the input axis nodes to your move nodes

Otherwise those nodes are doing nothing :wink:

1 Like

thanks again i have corrected it, for some reason it worked before but i trust your version more. It just looks cleaner.

Thank you !

1 Like

The next steps are. Not letting the player fly out of the field of vision. No matter what resolution he plays with.

That’s what chatgpt told me:


Its realy hard to learn

1 Like