diff --git a/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h b/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h index a34f0f9..4113cb3 100644 --- a/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h +++ b/Source/StevesUEHelpers/Public/StevesEditorVisComponent.h @@ -107,7 +107,7 @@ struct STEVESUEHELPERS_API FStevesEditorVisArc FStevesEditorVisArc(const FVector& InLocation, const FRotator& InRotation, float InMinAngle, float InMaxAngle, float InRadius, int InNumSegments, - const FColor& InColour, float InThickness) + const FColor& InColour) : Location(InLocation), Rotation(InRotation), MinAngle(InMinAngle),