how to tile a material based on its relative location to a parent object?

I have multiple meshes that are children to a moving actor. I know how to tile a texture based on its world location with world aligned texture, but the object moves and I can’t figure out how to tile the materials based on their location relative to a parent actor. i tried LocalAlignedTexture but I might not be using it correctly.