Hi all,
using the Vive, when I spawn a BP actor that contains a spline mesh component (which in turn is assigned a static mesh in that BP) and I set it’s start/end/start tangent with the “Set Start and End” node to start at the right-hand-side controller, use that controller’s forward vector as start tangent and some other point as end point, I get a spline mesh shaped accordingly (something like the normal arching VR-teleporter beam). All is good.
Set-up as shown on the picture (this is an example set-up for illustration):
However, when I try to adjust the scale of the spline mesh in the BP (so as to make the resulting arch beam thicker for example), the spline mesh in VR gets scaled, but from an origin that I have not been able to determine. In other words, not only is the mesh scaled, it also moves away from the ‘spline start’ and ‘spline end’ locations. For example when I apply a scale of 1.05 to the spline mesh in the BP, the actual spline in VR is half a meter offset from my controller.
What is the reason for this? Is it wrong to assume that when I set the scale of the spline mesh that it does that simply based on the origin in the BP itself without any influence of the world location of the BP later in the game? Because after applying the scale in the BP, the spline mesh is scaled correctly in the viewport just as I’d want it, but as soon as the BP is spawned, the spline mesh receives that strange translation in addition to the scale.
Would love to understand this…