24 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
25 static FString GetXODR(
const UWorld *World);
29 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
30 static FString GetXODRByPath(FString XODRPath, FString MapName);
32 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
33 static FString FindPathToXODRFile(
const FString &InMapName);
35 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
36 static FString LoadXODR(
const FString &MapName);
40 UFUNCTION(BlueprintCallable, Category=
"CARLA|OpenDrive")
41 static UOpenDriveMap *LoadOpenDriveMap(
const FString &MapName);
45 UFUNCTION(BlueprintPure, Category=
"CARLA|OpenDrive", meta=(WorldContext=
"WorldContextObject"))