I hope you can understand my blueprint, if so you know why my static mesh does not move according to the coordinates of my data table
Thank you
I hope you can understand my blueprint, if so you know why my static mesh does not move according to the coordinates of my data table
Thank you
world
and relative
coordinates, too, for example; without knowing the hierarchies, it’s impossible to tell what’s going onIn my message log After I have closed the programme, only this message appears:
Blueprint runtime error: ‘Accessed None tried to read the property Target’. Node: Set Start X-Movement Diagram: EventGraph Function: Execute Ubergraph BP Platform Blueprint: BP_Platform
It means this is a null variable:
Creating a variable does not create an actor. You must tell the editor which actor you’d like this variable to refer to. Imagine you had 3 actors, which one do you mean?
Are both, the actor whose script you’re showing and the actor you’d like to move, already in the scene?
Yes they are both in the scene.
You can indicate which actor instance this variable refers to.
Now I can finally move the disc with my coordinates thank you very much you have really saved me
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.