11#include "Kismet/BlueprintFunctionLibrary.h"
13#include "OpenDrive.generated.h"
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"))
TSharedPtr< const FActorInfo > carla::rpc::ActorState UWorld * World
将 CARLA OpenDrive API 公开给蓝图的辅助类。