30 static std::vector<carla::rpc::LabelledPoint> CastRay(
31 FVector StartLocation, FVector EndLocation, UWorld * World);
33 static std::pair<bool, carla::rpc::LabelledPoint> ProjectPoint(
34 FVector StartLocation, FVector Direction,
float MaxDistance, UWorld * World);