How to make the arrows always Indicates the object?

i want make the arrows Indicates like this whatever the object location using blueprint.
anyidea?

you can have the arrows as static mesh components in a blueprint, and in event tick you can use “Find Look At Rotation” with the object you want as the target, then plug the result into “GetWorldRotation” for each arrow component.

224773-shadow.png

that is all? can u show me the right way i still new at blueprint