Convert relative location to world location?

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)
10 Likes