9#include "CoreMinimal.h"
12#include "StopSignComponent.generated.h"
14UCLASS( ClassGroup=(Custom), meta=(BlueprintSpawnableComponent) )
15class CARLA_API UStopSignComponent :
public USignComponent
25 void GenerateStopBox(const FTransform BoxTransform,
26 const FVector BoxSize);
28 void GenerateCheckBox(const FTransform BoxTransform,
32 UFUNCTION(BlueprintCallable)
33 void GiveWayIfPossible();
35 void DelayedGiveWay(
float Delay);
37 UFUNCTION(BlueprintCallable)
43 const FHitResult &SweepResult);
45 UFUNCTION(BlueprintCallable)
49 int32 OtherBodyIndex);
51 UFUNCTION(BlueprintCallable)
57 const FHitResult &SweepResult);
59 UFUNCTION(BlueprintCallable)
63 int32 OtherBodyIndex);
65 void RemoveSameVehicleInBothLists();
Base class for CARLA wheeled vehicles.
地图类的前向声明,用于在LaneInvasionSensor类中可能的引用。