remove doubled defs
This commit is contained in:
parent
bace2f1aab
commit
b3f0dbea66
|
@ -121,20 +121,6 @@ public:
|
|||
|
||||
static FActorDefinition MakeCustomV2XDefinition();
|
||||
|
||||
UFUNCTION(Category = "Carla Actor", BlueprintCallable)
|
||||
static void MakeCustomV2XDefinition(
|
||||
bool &Success,
|
||||
FActorDefinition &Definition);
|
||||
|
||||
static FActorDefinition MakeV2XDefinition();
|
||||
|
||||
UFUNCTION(Category = "Carla Actor", BlueprintCallable)
|
||||
static void MakeV2XDefinition(
|
||||
bool &Success,
|
||||
FActorDefinition &Definition);
|
||||
|
||||
static FActorDefinition MakeCustomV2XDefinition();
|
||||
|
||||
UFUNCTION(Category = "Carla Actor", BlueprintCallable)
|
||||
static void MakeCustomV2XDefinition(
|
||||
bool &Success,
|
||||
|
|
Loading…
Reference in New Issue