Convert location from local to world:
FVector UKismetMathLibrary::TransformLocation(const FTransform& T, FVector Location)
Convert location from world to local:
FVector UKismetMathLibrary::InverseTransformLocation(const FTransform& T, FVector Location)