Hi everyone, today another newbie’s question or two questions precisely .
I got some trouble with these blueprint, I think they want me turn crazy,…realy !
I use a printscreen of someone else blueprint for hovering a vehicle .
1/ I would like to change the thrust strength of my physics thruster via blueprint . When I put SET i’m not able to have this variable (strength) of my components (physics thruster) into the BP .
2/ The guy use a “Target relative location” connected from a static meshe : impossible to get this relative location and even less connect it to a static meshe .
Sooo there is a picture because I know people prefers picture
Yet my thruster were added into component before I drag it into my graph, so I should miss something but what ?
The meshe is my pawn (an hovering vehicle) the only thing I know is to drag mesh on my graph and click GET or SET . How do I call an instance of this meshe ? (But I’m not sure that I should work with an instance in my case, mayby I should let the “get actor location”)
Sorry your are not, it’s been a long time I did that you show me
I drag the mesh into my graph and then when I drag out of this node and type “relative location” I don’t have the one I need (even with unchecking sensitive content) I only got “set relative location” or “add relative location”… where is this simply “get relative location” ??
Anyway ! Now I use “Get World Location” and it’s seems work nearly well .
For the SET of my thruster i create a variable that i called “thruster strength” and I do that :
OMG, I just try type “relative location” and there was not the one I want, after taking a look at your screenshot I try to type “getrel” only…and …PLOP…! I’ts there ! Now I can type “get rel” or "relative… this ****ing node appear !
…[ is troubled now]
I know the difference between a property and a variable (variable that I would use to set the property “strength” of my thruster by example), I just don’t know how to do in Blueprint, to have same result that the guy have :
Say to my thrusters “Hey guys ! Take this variable and set your power equal to this number”
I want just to know how to do this simply things : Change (set) a property of a component !