direct references to the object

Hello, recently i had some problem with input, basicaly when i added more of the same blueprints to the scene input will work only on one of them. So i was told that it is becouse i am using direct references to the object… But i have no ■■■■■■■ idea what is that??? I was trying youtube tutorials, reddit, the whole internet but couldnt find anything. Can someone please help me understand this?

1 Like

I think maybe you were told wrong.

If the first BP works, but all the others you add don’t, the usual reason for that is you haven’t unchecked ‘consume input’

image

It may be other things, of course…

1 Like

Yeah, i got that checked. But its not like the first BP node does work and others dont, its actualy that its taking input only for one copy of that BP in scene

Try unchecking it…?

1 Like

Okay now the whole code is messed up and nothing is working as it should :laughing:

Can you show the code of one of these blueprints?

1 Like



Right.

With this setup, you have two options

  1. Set ‘consume input’ and only the first one you put in the level works

  2. Clear ‘consume input’ and they all work at once.

This is why everybody on youtube uses an overlap volume to enable input, so you know which BP you’re near to

1 Like

Thank you, its finally working. And the first time, when i thought the whole code wasnt working as it should was just becouse i made a mistake in the code and everything is working greate now

1 Like

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