23 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
24 static FString GetXODR(
const UWorld *
World);
27 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
28 static FString GetXODRByPath(FString XODRPath, FString MapName);
30 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
31 static FString FindPathToXODRFile(
const FString &InMapName);
33 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
34 static FString LoadXODR(
const FString &MapName);
37 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
38 static UOpenDriveMap *LoadOpenDriveMap(
const FString &MapName);
41 UFUNCTION(BlueprintPure, Category=
"CARLA|OpenDrive", meta=(WorldContext=
"WorldContextObject"))