Changing size of Decal attached to Actor causes decal to not display

Hi, I am trying to add a range indicator to an actor based on a range stat I’ve setup, the decal displays if I do not change it, but when I try to scale the decal it seems to disappear!

This is attached to the actor’s BeginPlay event;

In preview I can see the decal;
image

In play the decal disappears;
image

If I disconnect the nodes before the resize and preview, it displays;
image

I have tried setting the values of both the range float and the base vector3 to extremes (10000s) and it seems to have no effect.

I’ve also tried using Make Vector instead of multiply, also doesn’t change anything;

Resolved this by setting the decal size to 1,1,1 then scaling it

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